Skip to content

Commit c822411

Browse files
committed
Update ChromiumDriverService.cs
1 parent 5986b0d commit c822411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/Chromium/ChromiumDriverService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ protected override string CommandLineArguments
163163
argsBuilder.Append(string.Format(CultureInfo.InvariantCulture, " --log-level={0}", this.LogLevel.ToString().ToUpperInvariant()));
164164
}
165165

166+
// Unconditionally redirect browser logs to the same log as the driver
166167
argsBuilder.Append(" --enable-chrome-logs");
167168

168169
return argsBuilder.ToString();

0 commit comments

Comments
 (0)