update driver

This commit is contained in:
Mikhail Timofeev
2020-11-06 02:34:47 +03:00
parent 397cd6cee7
commit f07a74c694

View File

@@ -3,8 +3,8 @@
## Desc: Install Windows Application Driver (WinAppDriver) ## Desc: Install Windows Application Driver (WinAppDriver)
#################################################################################### ####################################################################################
$InstallerName = "WindowsApplicationDriver.msi" $InstallerName = "WindowsApplicationDriver_1.2.1.msi"
$InstallerUrl = "https://github.com/Microsoft/WinAppDriver/releases/download/v1.1/${InstallerName}" $InstallerUrl = "https://github.com/Microsoft/WinAppDriver/releases/download/v1.2.1/${InstallerName}"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-Binary -Url $InstallerUrl -Name $InstallerName Install-Binary -Url $InstallerUrl -Name $InstallerName