PhantomJS (nonfiction)

From Gnomon Chronicles
Revision as of 14:14, 3 March 2018 by Admin (talk | contribs) (Created page with "'''PhantomJS''' is a scripted, headless browser used for automating web page interaction. PhantomJS provides a JavaScript API enabling autom...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PhantomJS is a scripted, headless browser used for automating web page interaction.

PhantomJS provides a JavaScript API enabling automated navigation, screenshots, user behavior and assertions making it a common tool used to run browser-based unit tests in a headless system like a continuous integration environment.

PhantomJS is based on WebKit, making it a similar browsing environment to Safari and Google Chrome (before Chrome's fork of WebKit evolved into Blink).

It is open-source software released under the BSD License.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links: