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 5f6e822 commit 0ff2a19Copy full SHA for 0ff2a19
dotnet/src/webdriver/Safari/SafariDriverService.cs
@@ -36,7 +36,7 @@ public sealed class SafariDriverService : DriverService
36
/// When set to <see langword="true"/>, the <b>SafariDriver</b> will be started with the <i>--diagnose</i> flag.
37
/// Logs will be written to <i>~/Library/Logs/com.apple.WebDriver/</i>.
38
/// </summary>
39
- public bool? Diagnose { get; set; }
+ public bool? Diagnose { get; set; }
40
41
/// <summary>
42
/// Initializes a new instance of the <see cref="SafariDriverService"/> class.
0 commit comments