Selenium - Setup in Nutshell
Selenium - Setup in Nutshell
Introduction : This document will provide an overview of the installation process of Selenium webdriver
using Java and eclipse.
a) Install JDK in your computer (if not present already) by navigating the below
link and click on download.
Link: https://www.oracle.com/technetwork/java/javase/downloads/index.html
b) Accept the license agreement by clicking the Accept license Agreement radio
button and choose the Java version according to the OS version of your
computer.
c) This JDK version comes bundled with Java Runtime Environment (JRE), so
you do not need to download and install the JRE separately.
Create two new environment variables JAVA_HOME (the value should be the path of JDK) and
JAVA_PATH(The path of bin folder under JDK).
Step 3 : Install eclipse :
a) Download Eclipse IDE for Java Developers with correct windows version according to your
computer.
Link : https://www.eclipse.org/downloads/
e) Click on launch
Step 5 : Download Internet Explorer Driver Server and Google Chrome Driver Server:
To run the automation test scripts using selenium webdriver in IE or chrome, you need IE driver server
and google chrome driver server placed in machine.
Link : https://www.seleniumhq.org/download/
IE Driver Server :
Chrome Driver Server :