diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 5dbaef346..c2e7692d9 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -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;