How to install and setup Selenium WebDriver?
1. Go to the below link http://www.seleniumhq.org/download/ 2. Under Selenium Client & WebDriver Language Bindings, download the WebDriver according to your programming language. In my example, I am selecting Java. 3. ....