From 54f7a98621c920440e742bb4823ae6ea15671652 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 4 Aug 2023 01:13:58 +0200 Subject: [PATCH] Install working version of Selenium.WebDriver --- scripts/Windows/OS/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;