We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6b692 commit d3f1ce0Copy full SHA for d3f1ce0
IntegrationTests/BrowserTests/DriverCreator.cs
@@ -53,6 +53,7 @@ public IWebDriver Create(DriverType driverType)
53
{
54
var operaOptions = new OperaOptions();
55
operaOptions.AddArguments("--no-sandbox", "--disable-infobars", "--disable-save-password-bubble");
56
+ operaOptions.BinaryLocation = @"C:\Program Files\Opera\launcher.exe";
57
return new OperaDriver(operaOptions);
58
}
59
case DriverType.Phantom:
0 commit comments