Notes:
Recommended – How to use PhantomJS (Headless Browser)
Today we will learn :
1. What is PhantomJS
2. How Selenium interacts with PhantomJS
Helpful TIPS
interview section..
Pros and Cons of PhantomJS
1
What is PhantomJS
PhantomJS is an open source Headless Browser.
(It is a web browser without graphical user interface)
It is a full web stack – that means it can do everything that you can do with Chrome, Safari etc.
It is build over WebKit – an open source web browser engine
http://phantomjs.org/
https://en.wikipedia.org/wiki/PhantomJS
https://webkit.org/
——————————————————————————————–
2
How Selenium interacts with PhantomJS
GhostDriver
TestRunner to run selenium tests on PhantomJS browser
http://phantomjs.org/headless-testing.html
References:
http://seleniumhq.github.io/selenium/docs/api/java/
http://www.seleniumhq.org/download/
https://github.com/detro/ghostdriver
http://cdn.ivandemarino.me/phantomjsdriver-javadoc/index.html
Send me your comments and feedback