PhantomJS (nonfiction): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
* [[Headless browser (nonfiction)]] | * [[Headless browser (nonfiction)]] | ||
External links | == External links == | ||
* [http://phantomjs.org/ Official website] | * [http://phantomjs.org/ Official website] | ||
Line 31: | Line 31: | ||
[[Category:Nonfiction (nonfiction)]] | [[Category:Nonfiction (nonfiction)]] | ||
[[Category:JavaScript (nonfiction)]] | |||
[[Category:Software (nonfiction)]] | [[Category:Software (nonfiction)]] |
Revision as of 15:34, 29 October 2023
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.