...
Selenium WebDriver is a framework that facilitates web application automation. It makes direct calls to the browsers installed on the machine using the browsers' native driver. Each major browser provides its own implementation of the WebDriver interface (usually referred to as a "WebDriver," too). The appropriate WebDriver is required for each browser your Selenium tests are written to execute. Refer to the System Requirements for a list of supported browsers and drivers.
Scroll Ignore | ||||||||
---|---|---|---|---|---|---|---|---|
|
Downloading WebDrivers
Be sure to download the correct WebDriver for your browser version.
...