Chrome Installation has been rewriten for using the installer from Chrome web site. Total refactoring (adding the error handling and elimination of 'copy-past'

This commit is contained in:
Andy Mishechkin
2019-12-19 13:49:39 +04:00
parent 9786a9946a
commit 37527bf54a
2 changed files with 128 additions and 16 deletions

View File

@@ -2,6 +2,8 @@
## File: Install-SeleniumWebDrivers.ps1
## Desc: Install Selenium Web Drivers
################################################################################
$ChromePath =
Invoke-WebRequest -UseBasicParsing -Uri "https://seleniumwebdrivers.blob.core.windows.net/seleniumwebdrivers/SeleniumWebDrivers.zip" -OutFile SeleniumWebDrivers.zip