You are on page 1of 1

Guide to setup your Environment

(Java Installation, Eclipse and ChromeDriver)

Kindly follow the following instructions for setting up your environment.

All relevant files are placed on my Drive, the link of which is as following:
- https://drive.google.com/drive/folders/1WMBIa4CNg8lTSlGoeEhZaBHEkwPtyKp4?
usp=drive_link

You will find the following files in it:


1. Java JDK
2. Eclipse Installer
3. Chromedriver and Geckodriver exe files

Steps to setup your Environment:

(Step 0)
Uninstall any version of Java or any other Java IDE that you have on your systems

(Step 1)
I have uploaded Java JDK v10 on my Drive and you can access it from the following link of the file. Kindly
download and install it.(after performing step-0)
While installing it, kindly do not alter the default paths which the Installation wizard provides. Complete
installation at the default paths.
If you already have an Oracle account, you can directly download from Oracle site:
https://www.oracle.com/java/technologies/java-archive-javase10-downloads.html

(Step 2)
Download Eclipse IDE installer from the Drive link.
Kindly install Eclipse before coming to the class as it will take a bit of time in installation. You may find
different variations of Eclipse at the location. Install "Eclipse IDE for Java Developers"

(Step 3)
Geckodriver and Chromedrive.exe files are placed on the Drive link.
Alternatively you can download these driver files from the following locations:
https://chromedriver.chromium.org/downloads
https://github.com/mozilla/geckodriver/releases

Choose the driver based on your current Chrome and/Firefox version (please do not upgrade your
Chrome to 115 or later and disable auto-update option)

No need to run/execute the chromedriver.exe or geckodriver.exe file (Just download it and extract
it to any folder on your computer)

You might also like