How to Download Install Selenium WebDriver

+1 vote
How to Download & Install Selenium WebDriver?
Nov 30, 2020 in Selenium by anonymous
• 10,520 points
527 views

1 answer to this question.

0 votes

Selenium installation is a 3 step process:

  1. Install Java SDK
  2. Install Eclipse
  3. Install Selenium Driver Files

Step 1 - Install Java on your computer

Download and install the Java Software Development Kit (JDK)

Step 2 - Install Eclipse IDE

Download latest version of "Eclipse IDE for Java Developers" here

Step 3 - Download the Selenium Java Client Driver

You can download the Selenium Java Client Driver here. You will find client drivers for other languages there, but only choose the one for Java.

Step 4 - Configure Eclipse IDE with WebDriver

  1. Launch the "eclipse.exe" file inside the "eclipse" folder that we extracted in step 2. If you followed step 2 correctly, the executable should be located on C:\eclipse\eclipse.exe.
  2. When asked to select for a workspace, just accept the default location
  3. Create a new project through File > New > Java Project. Name the project as "newproject".
  4. In this step,
    1. Right-click on the newly created project and
    2. Select New > Package, and name that package as "newpackage".
    3. 5. Create a new Java class under newpackage by right-clicking on it and then selecting- New > Class, and then name it as "MyClass". Your Eclipse IDE should look like the image below.
      .
answered Nov 30, 2020 by Gitika
• 65,910 points

Related Questions In Selenium

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to download and add Log4j Jars to Eclipse for Selenium Webdriver?

Hi Diksha, you can follow these steps ...READ MORE

answered May 22, 2019 in Selenium by Sanjay
20,976 views
0 votes
1 answer

How can I download Microsoft WebDriver/Edge Driver to use with Selenium?

Hi William, to download Microsoft Webdriver or ...READ MORE

answered Jul 15, 2019 in Selenium by Abha
• 28,140 points
39,614 views
0 votes
1 answer

Installing Selenium Webdriver with Python package

Hey Hemant, for installing Selenium Webdriver with ...READ MORE

answered May 8, 2019 in Selenium by Anvi
• 14,150 points
15,182 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,711 views
0 votes
1 answer

Installing Selenium WebDriver on Mac OS

For Installing if you use homebrew , you can ...READ MORE

answered Apr 17, 2018 in Selenium by Vardy
• 2,360 points
5,996 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,607 views
0 votes
6 answers

How to specify "ENTER" button functionality in Selenium WebDriver code?

using OpenQA.Selenium.Interactions; Actions builder = new Actions(driver); ...READ MORE

answered Feb 13, 2019 in Selenium by anonymous
94,780 views
0 votes
8 answers

How to open a link in new tab of chrome browser using Selenium WebDriver?

This below code works for me in ...READ MORE

answered Dec 14, 2020 in Selenium by Gitika
• 65,910 points
101,600 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP