minor changes

This commit is contained in:
Dmitry Shibanov
2020-02-17 14:38:52 +03:00
parent b1d7a11c25
commit a6255415a1

View File

@@ -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