-
-
Notifications
You must be signed in to change notification settings - Fork 5
Update FSCPSRSATWebDriver
onikolaiev edited this page Feb 5, 2025
·
1 revision
Update the web drivers for Microsoft Edge and Google Chrome browsers.
Update-FSCPSRSATWebDriver [[-webDriversPath] <String>]
This function checks the specified web drivers path. If the path doesn't exist, it uses a default path. It defines registry paths and URLs, retrieves the local web driver versions, and checks if an update is needed based on version comparison.
The function updates the web drivers for both Microsoft Edge and Google Chrome browsers by downloading the latest versions from their respective official websites and extracting the files to the specified path.
Update-FSCPSRSATWebDriver -webDriversPath "C:\CustomPath\WebDrivers"
This example will update the webdrivers for the RSAT tool located at the specified path.
The path where the web drivers are located. Default is "C:\Program Files (x86)\Regression Suite Automation Tool\Common\External\Selenium".
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: C:\Program Files (x86)\Regression Suite Automation Tool\Common\External\Selenium
Accept pipeline input: False
Accept wildcard characters: False