How to: |
These topics describe how to update the Selenium software and the corresponding stand-alone driver executables.
The most frequently updated tier is the second tier (Selenium WebDriver.dll and WebDriver.Support.dll modules). The updates to these two modules can be found at http://www.seleniumhq.org/download/. Since WebFOCUS App Studio uses C# and .Net version 4.0 to communicate with Selenium, you need to download the .Net 4.0 version of the Selenium modules.
Note: If you are using Microsoft Edge or Chrome, you may need to get an updated driver.
Updates to the geckodriver.exe executable can be found at https://github.com/mozilla/geckodriver/releases, which is a website used to track changes to the software. A typical entry on the page will indicate what was done in a particular version of geckodriver.exe, followed by a series of download links.
Note: Back up the existing geckodriver.exe file prior to the copy.
Updates to the chromedriver.exe executable can be found at https://sites.google.com/a/chromium.org/chromedriver.
Note: For Chrome, go to the https://sites.google.com/chromium.org/driver/downloads website.
Updates to the MicrosoftWebDriver.exe executable can be found at:
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Make sure to follow instructions in the Installation and usage section to correctly detect the build number of your Windows OS.
Note: For Microsoft Edge, go to the https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ website