add installation

This commit is contained in:
Dmitry Shibanov
2020-02-06 19:31:18 +03:00
parent 7e333607e5
commit e3df777d31
2 changed files with 66 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ try {
Invoke-WebRequest -UseBasicParsing -Uri "https://seleniumwebdrivers.blob.core.windows.net/seleniumwebdrivers/${DriversZipFile}" -OutFile $DriversZipFile;
}
catch {
Write-Error "[!] Failed to download $DriverZipFile";
Write-Error "[!] Failed to download $DriversZipFile";
exit 1;
}