Install working version of Selenium.WebDriver

This commit is contained in:
Manuel Thalmann 2023-08-04 01:13:58 +02:00
parent 49f504ef97
commit 54f7a98621

View file

@ -35,7 +35,7 @@ function Invoke-WindowsInstallation([Context] $context)
Install-Firefox $context;
choco install -y selenium-gecko-driver;
$null = Install-Package -Force Selenium.WebDriver -SkipDependencies;
$null = Install-Package -Force Selenium.WebDriver -Version 4.10.0 -SkipDependencies;
winget install --accept-source-agreements --accept-package-agreements -e --id AutoHotkey.AutoHotkey;