mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
add GeckoWebDriver path
This commit is contained in:
@@ -61,5 +61,6 @@ Remove-Item -Path $DestFile -Force
|
||||
|
||||
Write-Host "Setting the environment variables"
|
||||
Add-MachinePathItem -PathItem $FireFoxDriverPath
|
||||
setx GeckoWebDriver "$FirefoxDriverPath" /M;
|
||||
|
||||
exit 0
|
||||
@@ -4,9 +4,13 @@
|
||||
################################################################################
|
||||
|
||||
$IEDriverPath = $env:IEWebDriver
|
||||
Write-Host "IEDriverPath $IEDriverPath"
|
||||
$GeckoDriverPath = $env:GeckoWebDriver
|
||||
Write-Host "GeckoDriverPath $GeckoDriverPath"
|
||||
$ChromeDriverPath = $env:ChromeWebDriver
|
||||
Write-Host "ChromeDriverPath $ChromeDriverPath"
|
||||
$EdgeDriverPath = $env:EdgeWebDriver
|
||||
Write-Host "EdgeDriverPath $EdgeDriverPath"
|
||||
|
||||
if (
|
||||
($IEDriverPath -like "C:\SeleniumWebDrivers\IEDriver") -and
|
||||
|
||||
Reference in New Issue
Block a user