Skip to content

Commit b6493c6

Browse files
committed
Ad debug code to verify my options are being used
1 parent 2ca83e7 commit b6493c6

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+
Console.Error.WriteLine("Running on Appveyor Linux, customising Chrome options.");
4647
options.BinaryLocation = "/usr/bin/google-chrome";
4748
options.AddArgument("--no-sandbox");
4849
}

0 commit comments

Comments
 (0)