Skip to content

Commit 2ca83e7

Browse files
committed
WIP #49 - Attempt to set path explicitly
1 parent a7c6ca5 commit 2ca83e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CSF.Extensions.WebDriver.Tests/Factories/WebDriverFromOptionsFactoryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void CustomizeOptions(ChromeOptions options)
4343
if(string.Equals(Environment.GetEnvironmentVariable("APPVEYOR"), bool.TrueString, StringComparison.InvariantCultureIgnoreCase)
4444
&& Environment.GetEnvironmentVariable("APPVEYOR_BUILD_WORKER_IMAGE")!.Contains("ubuntu", StringComparison.InvariantCultureIgnoreCase))
4545
{
46+
options.BinaryLocation = "/usr/bin/google-chrome";
4647
options.AddArgument("--no-sandbox");
4748
}
4849
}

0 commit comments

Comments
 (0)