mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
minor changes
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
################################################################################
|
||||
|
||||
$IEDriverPath = $env:IEWebDriver
|
||||
Write-Host "IEDriverPath $IEDriverPath"
|
||||
Write-Host "IEDriverPath: $IEDriverPath"
|
||||
$GeckoDriverPath = $env:GeckoWebDriver
|
||||
Write-Host "GeckoDriverPath $GeckoDriverPath"
|
||||
Write-Host "GeckoDriverPath: $GeckoDriverPath"
|
||||
$ChromeDriverPath = $env:ChromeWebDriver
|
||||
Write-Host "ChromeDriverPath $ChromeDriverPath"
|
||||
Write-Host "ChromeDriverPath: $ChromeDriverPath"
|
||||
$EdgeDriverPath = $env:EdgeWebDriver
|
||||
Write-Host "EdgeDriverPath $EdgeDriverPath"
|
||||
Write-Host "EdgeDriverPath: $EdgeDriverPath"
|
||||
|
||||
if (
|
||||
($IEDriverPath -like "C:\SeleniumWebDrivers\IEDriver") -and
|
||||
|
||||
Reference in New Issue
Block a user