BenjaminBaxleyINAP
Results
1
comments of
BenjaminBaxleyINAP
For those that want to run this for Chrome, here's the command for that: $ChromeOptions = [OpenQA.Selenium.Chrome.ChromeOptions]::new() $ChromeOptions.AcceptInsecureCertificates = $true $driver = New-Object -TypeName "OpenQA.Selenium.Chrome.ChromeDriver" -ArgumentList @($ChromeOptions) I also wanted...