What is selenium webdriver?

Can anyone please explain me the term Selenium Webdriver.

Selenium WebDriver is a collection of APIs (Opensource). These APIs are used to automate the web application testing
It supports all major browser. Selenium WebDriver is platform independent, so your code in macOS will run on Windows machine as well

1 Like