Updating Selenium WebDriver

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:

  1. Check the version of the browser installed in your operating system.

  2. Check compatibility of your browser and the webdriver. For example, for Firefox it can be done here.

  3. Download the compatible version of the webdriver for your operating system. For example:

  4. Replace geckodriver in the <path to Studio>/WebDriver folder.

    • Example for Linux:

    • Example for Windows:

Last updated