Summary
Keywords
Full Transcript
Recommended - How to use PhantomJS (Headless Browser) https://youtu.be/49JL0dRHYsY 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 ________ ONLINE COURSES TO LEARN ________ Visit - https://automationstepbystep.com/ ------------ Follow ------------ Facebook - https://www.facebook.com/automationstepbystep Twitter - https://twitter.com/automationsbs Youtube - http://youtube.com/automationstepbystep Like, Subscribe, Share You can support my mission for education by sharing this knowledge and helping as many people as you can
