add GeckoWebDriver path

This commit is contained in:
Dmitry Shibanov
2020-02-13 11:26:38 +03:00
parent d9f05bf1ad
commit b1d7a11c25
2 changed files with 5 additions and 0 deletions

View File

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