Posts

How to launch chrome browser in selenium webdriver

Image
In this Post I am going to cover below points: How to download Eclipse How to download selenium jars How to Download Chrome driver How to install selenium jar in eclipse Code snippet to launch chrome browser using selenium driver Let's start: 1. How to download Eclipse: i.  Go to Eclipse official site ii. Based on your machine configuration download Eclipse version Simply unzip once the download is finished. And click on eclipse executable file (No installation is required) 2. How to download selenium jars: i. Go to Selenium Official site ii. Download Latest stable version of Selenium Standalone jar file 3. How to Download Chrome driver:   i. From the website where we download the selenium standalone server jar, Just scroll down to see browsers Click on documentation under Chrome Then download chromedriver based on chrome browser installed in your machine. 4. How to install selenium jar in eclipse: i. Now open Eclipse ii. Right click on project and click on build path then Con...