PhantomJS
Page Module:Infobox/styles.css has no content.
| PhantomJS | |
|---|---|
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. | |
| [[Programmer|Original authorTemplate:Pluralize from text]] | Ariya Hidayat |
| Initial release | December 26, 2010 |
| Written in | C++, JavaScript, C |
| Type | Headless browser |
| License | BSD |
| Website | phantomjs |
Script error: No such module "Check for conflicting parameters".
PhantomJS is a discontinued 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 an open-source software released under the BSD License.
History
PhantomJS was released January 23, 2011 by Ariya Hidayat after several years in development.
The logo of the project commonly used to pictorially refer to PhantomJS is a fluorescent blue ghost atop a black background. This refers to the lack of graphical user interface, or main body of the browser, making PhantomJS users seem like ghosts.
In March 2018, the development of PhantomJS was suspended due to lack of active contributions.[2]
Usage
The PhantomJS JavaScript API can be used to open web pages, take screenshots, execute user actions, and run injected JavaScript code in the page context. For example, the following code will open Wikipedia and, upon loading, will save a screenshot to a file and exit.
var page = require('webpage').create();
var url = 'http://en.wikipedia.org/';
page.open(url, function (status) {
page.render('wikipedia.org.png');
phantom.exit();
});
Ecosystem
PhantomJS became valuable enough that similar projects adopted the API as a standard way of interacting with headless browsers. For example, SlimerJS provided a PhantomJS-like API, but on top of Mozilla's Gecko browser engine rather than WebKit.[3]
Shortly after the release of PhantomJS, Nicolas Perriault wrote CasperJS, a suite of libraries on top of PhantomJS that extend its capabilities as a client for automated web page testing, allowing users to create BDD tests leveraging PhantomJS. The final release of CasperJS was in November 2017.[4]
Yahoo! developed a version of YSlow that leverages PhantomJS to gather performance metrics for websites.[5]
Users
Several notable companies have used PhantomJS.
- LinkedIn used PhantomJS based tools such as for performance testing as of 2011.[6]
- Netflix used Sketchy, a headless browser built with PhantomJS, to help its analysts understand what it is doing without having to visit the site as of 2014.[<span title="Script error: No such module "decodeEncode".">clarification needed][7]
- Time Warner Cable used PhantomJS with CoffeeScript, Jasmine, and JUnit XML for Jenkins continuous integration as of 2012.[8]
See also
Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
References
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."Tags · ariya/phantomjs". GitHub. 3 March 2018. Archived from the original on 1 April 2025. Retrieved 28 November 2025.
- ^ Page Module:Citation/CS1/styles.css has no content."Archiving the project: suspending the development". ariya/phantomjs. GitHub. 2018-03-03. Retrieved 28 November 2025.
- ^ Page Module:Citation/CS1/styles.css has no content.Jouanneau, Laurent. "FaQ - SlimerJS". SlimerJS. Retrieved 28 November 2025.
{{cite web}}: CS1 maint: url-status (link) - ^ Page Module:Citation/CS1/styles.css has no content."CasperJS on GitHub". GitHub. Retrieved 28 November 2025.
- ^ Page Module:Citation/CS1/styles.css has no content.Duran, Marcel. "YSlow for PhantomJS". YSlow. Retrieved 28 November 2025.
- ^ Page Module:Citation/CS1/styles.css has no content.Prasad, Kiran "phegaro" (11 October 2011). "LinkedIn Mobile: How do we do it?". SlideShare. Retrieved 28 November 2025.
- ^ Page Module:Citation/CS1/styles.css has no content.Mimoso, Michael (26 August 2014). "Netflix Open Source Security Tools Solve Range of Challenges". ThreadPost. Retrieved 28 November 2025.
{{cite web}}: CS1 maint: url-status (link) - ^ Page Module:Citation/CS1/styles.css has no content.Hidayat, Ariya (23 January 2012). "one year of wandering headlessly". ariya.io. Archived from the original on 25 December 2024. Retrieved 28 November 2025.
External links
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.