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
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
What steps will reproduce the problem?
if (phantom.state.length === 0) {
if (phantom.args.length === 0) {
console.log('Usage: script.js <some URL>');
phantom.exit();
} else {
var address = phantom.args[0];
console.log('Loading ' + address);
phantom.viewportSize = { width: 1024, height: 768 };
phantom.open(address);
}
} else {
if (phantom.loadStatus !== 'success') {
console.log('FAIL to load the address');
phantom.exit();
} else {
console.log.apply(console, ["hello", "world"]);
}
}
What is the expected output?
hello world
What do you see instead?
hello
What version of the product are you using?
Using with qt-webkit 4.7.1.
On what operating system?
Fedora 14
Please provide any additional information below:
Tested using Arora which also uses qt-webkit 4.7.1 as phantomjs (as built on my system) and this behavior is not shown in the Arora JS console (Web Inspector).
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #69.
🌟 2 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered:
renier.m...@gmail.com commented:
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #69.
🌟 2 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered: