We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated API Reference (markdown)
Add `proxy-auth` command line option
Update with PhantomJS 1.8.1 CLI options
Fix link
Added LocalStorage command line options.
Reordered the command line config options
Because the page becomes bigger, it becomes less readable. Split the documentation reference into new pages.
Add missing methods on the webserver response object
The example of the onUrlChanged callback was wrong: tests show that we cannot retrieve the previous URL at these step
adds documentation on the response and the request metadata objects
Updated uses of `yes`/`no` to be `true`/`false` instead.
Adds additionnal documentation on the webserver module
window.callPhantom` is still an experimental API
New command-line option ssl-protocol
Added reference to WebPage#setContent
Minor spacing fix.
Added a note about and example detailing how `WebPage#onCallback` can return a value to its caller.
Add an example of bind specify address.
Escaped ' within single quoted string in example code snippet.
small typo in the example code for onError handler
Document WebPage#scrollPosition
Make --web-security documentation less confusing. Current wording suggests --web-security=yes /disables/ things.
Added `require('system').pid` to the API reference, though it will not be officially available until 1.8.0. Changed the note about the current version at the top of the page.
Added Cookie documentation and linking.