You are on page 1of 2

Selenium WebDriver - Setup

Things you need to get started…

 Install Java in your system - https://www.java.com/en/download/help/windows_manual_download.html


 An Integrated Development Environment i.e. IDE to write code, i.e. Eclipse, VS Code, Visual
Studio & etc.
Eclipse : https://www.eclipse.org/downloads/
Help: https://www.eclipse.org/downloads/packages/installer

 Driver files like ChromeDriver is a separate executable file that Selenium WebDriver uses to
control Chrome. Similarly we have EdgeDriver, IEDriver, etc. This is used to launch a browser of
your choice. Please check valid version.
Chromedriver : https://chromedriver.chromium.org/downloads
Edgedriver : https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
 Some jar files which can be considered as libraries we need to for coding.
Jar files: https://www.selenium.dev/downloads/
 Java fundamental knowledge.
 And finally, dedication and discipline

You might also like