An introduction to selenium driver
Selenium Webdriver is a free and open-source set of APIs for testing online applications. The Selenium Webdriver programme is used to automate web application testing to ensure that it functions properly. Firefox, Chrome, Safari, and Internet Explorer are among the browsers it supports. You may also use it to perform cross-browser testing.
WebDriver also allows you to write test scripts in a programming language (not possible in Selenium IDE).
check out the blog for more