Install working version of Selenium.WebDriver
This commit is contained in:
parent
49f504ef97
commit
54f7a98621
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue