Laurent Jouanneau

Results 103 comments of Laurent Jouanneau

To avoid problems, always use a stable Firefox version (your are using a deprecated unstable version of Firefox!) which is working with the corresponding version of SlimerJS. SlimerJS 0.10.3 does...

Probably there is a preference flag, as we can enable/disable popup blocking in the preference panel of Firefox.

Note to fix the issue: we should probably "listen" messages sent to the gecko console API, so we can intercept asynchronous javascript error messages.

Note for contribution: Probably the easiest way to fix the bug, is to set the preference general.useragent.override with the user agent, but it will be the user agent for every...

We should wait after PhantomJS to know what will be the API.

This is an expected behavior. In fact I forgot to document it: you have to indicate the mime type of resources you want to retrieve into webpage.captureContent. This is an...

As indicated into issue #617 , there is also a onDownloadFinished callback to implement. Implementation proposal into Phantomjs: https://github.com/ariya/phantomjs/pull/14225

Hi, Sorry, I don't understand your problem. > constant 200 ok results when passing a url to the app If you don't show me the code, the "actual results" you...

to ignore ssl errors, there is no preferences or an API for that. It seems that the only way to do it, is to detect the error page, to add...