Selenium + java
Presentation By : Ram Ganti
INSTALLATION SETUP
Required Software To Download
1 . Eclipse
2 . selenium
3. java
4 .Chrome latest version
● Installation Setup :
★ Eclipse - https://www.eclipse.org/downloads/
○ Click on the above link - Download eclipse based on your laptop supported version (There might
having 32 bit / 64 bit version) and install the software of eclipse
★ Selenium :
○ Selenium - https://www.seleniumhq.org/download/
■ Download the selenium jar using above link
Click hear then it will download automatically
★ JAVA :
○ Java - https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
○ Click on the above link it will redirected to java page
★ After clicking on the Accept license
agreement it will redirect to login page .
★ Login with your credentials , Then the jar
fill will be downloaded automatically .
★ Create folder in the name of selenium
and add that selenium jar and jdk file
Click on accept license Agreement into that new folder(selenium)
Chrome driver Extension :
★ Chrome - http://chromedriver.chromium.org/downloads
○ Download chromedriver extension through above link
Click on this link and then it will download
automatically , add this jar into selenium folder
Steps for after doing all installation & Downloading :
➔ Open eclipse
◆ Go to File - click new - create a project
● Right click on project
● Go to build path
● Click on configure build path
● It will goto properties of project
● And click on Libraries
● And again click on Add External Jars
● It will redirect to the download folder , click on selenium folder which u created (except chrome
extension select all)and add that jars in to project
➔ This is the installation process of selenium + java