Add AutoIt as a prerequisite
This commit is contained in:
parent
61a780d881
commit
0a37ec388d
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ function Invoke-WindowsInstallation([Context] $context)
|
|||
choco install -y selenium-gecko-driver;
|
||||
Install-Package -Force Selenium.WebDriver -SkipDependencies;
|
||||
|
||||
winget install --accept-source-agreements --accept-package-agreements -e --id AutoIt.AutoIt;
|
||||
|
||||
$context.Set("SoftwarePrerequisitesInstalled", 1, "DWord");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue