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
|
$IEDriverPath = $env:IEWebDriver
|
||||||
Write-Host "IEDriverPath $IEDriverPath"
|
Write-Host "IEDriverPath: $IEDriverPath"
|
||||||
$GeckoDriverPath = $env:GeckoWebDriver
|
$GeckoDriverPath = $env:GeckoWebDriver
|
||||||
Write-Host "GeckoDriverPath $GeckoDriverPath"
|
Write-Host "GeckoDriverPath: $GeckoDriverPath"
|
||||||
$ChromeDriverPath = $env:ChromeWebDriver
|
$ChromeDriverPath = $env:ChromeWebDriver
|
||||||
Write-Host "ChromeDriverPath $ChromeDriverPath"
|
Write-Host "ChromeDriverPath: $ChromeDriverPath"
|
||||||
$EdgeDriverPath = $env:EdgeWebDriver
|
$EdgeDriverPath = $env:EdgeWebDriver
|
||||||
Write-Host "EdgeDriverPath $EdgeDriverPath"
|
Write-Host "EdgeDriverPath: $EdgeDriverPath"
|
||||||
|
|
||||||
if (
|
if (
|
||||||
($IEDriverPath -like "C:\SeleniumWebDrivers\IEDriver") -and
|
($IEDriverPath -like "C:\SeleniumWebDrivers\IEDriver") -and
|
||||||
|
|||||||
Reference in New Issue
Block a user