diff --git a/dotnet/src/webdriver/Chromium/ChromiumDriverService.cs b/dotnet/src/webdriver/Chromium/ChromiumDriverService.cs index 72e4b2f09a51c..fb8f79cb84cfe 100644 --- a/dotnet/src/webdriver/Chromium/ChromiumDriverService.cs +++ b/dotnet/src/webdriver/Chromium/ChromiumDriverService.cs @@ -163,6 +163,8 @@ protected override string CommandLineArguments argsBuilder.Append(string.Format(CultureInfo.InvariantCulture, " --log-level={0}", this.LogLevel.ToString().ToUpperInvariant())); } + // Unconditionally redirect browser logs to the same log as the driver + argsBuilder.Append(" --enable-chrome-logs"); return argsBuilder.ToString(); }

AltStyle によって変換されたページ (->オリジナル) /