...
- Chrome: http://chromedriver.chromium.org/downloads.
Microsoft Edge: The Visit the Microsoft developer website for instructions on downloading and installing Microsoft WebDriver for Edge version 18 and 19 ships with Windows and can be installed by running the following command:
No Format DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0
For builds prior to 18, you can download the appropriate driver for your version of Edge from the Microsoft developer site:
Microsoft WebDriver for Edge Legacy: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/- Firefox: https://github.com/mozilla/geckodriver/releases.
- Internet Explorer: https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver
If you are setting up the WebDriver for IE11, use the 32-bit version of the driver, regardless of the system and browser architectures. - Safari: The WebDriver for Safari is built into macOS.
...