0% found this document useful (0 votes)
47 views

Selenium + Java: Presentation By: Ram Ganti

This document provides instructions for installing the required software for running Selenium tests with Java. The key steps are: 1. Download Eclipse, Selenium jar files, JDK, and ChromeDriver from their respective websites. 2. Create a Selenium folder and add the Selenium jars, JDK files, and ChromeDriver jar to this folder. 3. In Eclipse, create a new project, open its build path properties, add the external jars from the Selenium folder, and configure the build path. This completes the installation process for setting up Selenium with Java.

Uploaded by

ratna
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Selenium + Java: Presentation By: Ram Ganti

This document provides instructions for installing the required software for running Selenium tests with Java. The key steps are: 1. Download Eclipse, Selenium jar files, JDK, and ChromeDriver from their respective websites. 2. Create a Selenium folder and add the Selenium jars, JDK files, and ChromeDriver jar to this folder. 3. In Eclipse, create a new project, open its build path properties, add the external jars from the Selenium folder, and configure the build path. This completes the installation process for setting up Selenium with Java.

Uploaded by

ratna
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

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

You might also like