Updating Selenium WebDriver
Last updated
Last updated
Below you can find instructions on how to update Selenium WebDriver to work with browsers. The steps are the same for:
Operating systems - Windows, Linux, MacOS;
Browsers - Firefox, Chrome, Edge, Opera, Yandex.
How to update the web driver:
Check the version of the browser installed in your operating system.
Check compatibility of your browser and the webdriver. For example, for Firefox it can be done .
Download the compatible version of the webdriver for your operating system. For example:
;
;
;
;
.
Replace geckodriver in the <path to Studio>/WebDriver
folder.
Example for Linux:
Example for Windows: