diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index dd620da3..e9a60515 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -17,7 +17,7 @@ function Invoke-WindowsInstallation([Context] $context) Install-Module -AcceptLicense -Force "NuGet"; Import-Module NuGet; - choco install -y selenium-gecko-driver; + choco install -y firefox selenium-gecko-driver; Install-Package -Force Selenium.WebDriver -SkipDependencies; $context.Set("SoftwarePrerequisitesInstalled", 1);