You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When jellyfish drives Chrome or Firefox (on Ubuntu 10.04) to http://home.sina.com (a Unicode page), all non-English characters are not displayed correctly.
// var browser = jellyfish.createChrome('http://home.sina.com');
var browser = jellyfish.createFirefox('http://home.sina.com');
browser.js("document.title", function(o) {
assert.equal('abc', o.result);
});
I thought it was a problem with my Chrome test profile. But Firefox having the same issue made me think this might be jellyfish.
Thanks!
The text was updated successfully, but these errors were encountered:
When jellyfish drives Chrome or Firefox (on Ubuntu 10.04) to http://home.sina.com (a Unicode page), all non-English characters are not displayed correctly.
// var browser = jellyfish.createChrome('http://home.sina.com');
var browser = jellyfish.createFirefox('http://home.sina.com');
browser.js("document.title", function(o) {
assert.equal('abc', o.result);
});
I thought it was a problem with my Chrome test profile. But Firefox having the same issue made me think this might be jellyfish.
Thanks!
The text was updated successfully, but these errors were encountered: