How to Install Selenium Webdriver

This blog will provide detailed steps on how to install Selenium Webdriver.

What is Selenium Web Driver?

Selenium WebDriver is the most important component of Selenium Tool’s Suite. The latest release “Selenium 2.0” is integrated with WebDriver API which provides a simpler and more concise programming interface.

What is the process for installation?

Selenium web driver installation process comprises of 4 major steps:-

  1. Download and Install Java 8 or higher version.
  2. Download and configure Eclipse or any Java IDE of your choice.
  3. Download Selenium WebDriver Java Client
  4. Configure Selenium WebDriver.

Read More