We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Added Cookie documentation and linking.
Added a reference for Cookie object literals. Changed all JS double quotes to single quotes (except for the JSON config file at the start).
Added `phantom.onError`. Fixed formatting on some other entries.
Removing extra backtick that's breaking syntax highlighting.
Added configuration note on setting proxyType to "none"
Deleted a stray </a> tag
update sendEvent docs for 1.7
Corrected the `WebPage#onClosing` example code to respect the corrected documentation.
Added documentation for the `WebPage#onPageCreated` callback. Corrected the documentation for the `WebPage#onClosing` callback. Minor style tweaks.
Fixed the formatting of a few code examples.
Updated API Reference (markdown)
Added documentation for newly redesigned Cookies API.
Added documentation for new frame-related properties: `page.frameUrl`, `page.frameContent`, `page.framePlainText`. Also added missing documentation for `page.plainText`. Covers documentation needs for commit: https://github.com/detro/phantomjs/commit/6217d6b9608b35b5ae9c3bce9bc4fb1f79a6e512
Added a note to the onClosing documentation explaining that the `closingPage` becomes invalid after the handler returns.
Fixed a few minor typos.
Added `page.url`, moved `page.customHeaders` to follow alphabetical sorting of API reference
Minor formatting fix for a manual line break.
Clarified --config as a command-line option, plus explained how to translate command-line option keys/values into config file keys/values.
Suggested a workaround for not wanting `page.customHeaders` passed to subsequent requests. Other minor tweaks/fixes.
Markdown syntax error
Changed ' to " to validate the JSON
Made the "Deprecated" and "Read-only" annotations consistent in formatting.
Removed underscores from around optional arguments since they do not equate to italics when used inside of a code block.
Fixed all of the internal links
Creation: Initial migration from the Google Code Wiki