Selenium Webdriver is the most used software automation testing tool. It provides APIs that operate on the web objects using…
Browsing: Setup Selenium Webdriver
Setup Selenium WebDriver project in Eclipse first requires installing Eclipse. Also, ensure that you have the Java Development Kit (JDK) on your system. After launching Eclipse, create a new Java project. After that, configure the build path. This involves adding the Selenium WebDriver library. For this, select “Add External JARs” and incorporate the Selenium WebDriver JAR files you’ve previously downloaded.