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 98721aa commit 5f6e822Copy full SHA for 5f6e822
dotnet/src/webdriver/Safari/SafariDriverService.cs
@@ -32,9 +32,9 @@ public sealed class SafariDriverService : DriverService
32
private const string DefaultSafariDriverServiceExecutableName = "safaridriver";
33
34
/// <summary>
35
- /// Value to enable diagnose logging.
36
- /// When set to true, the SafariDriver will be started with the --diagnose flag.
37
- /// Logs will be written to ~/Library/Logs/com.apple.WebDriver/
+ /// Enable diagnose logging.
+ /// When set to <see langword="true"/>, the <b>SafariDriver</b> will be started with the <i>--diagnose</i> flag.
+ /// Logs will be written to <i>~/Library/Logs/com.apple.WebDriver/</i>.
38
/// </summary>
39
public bool? Diagnose { get; set; }
40
0 commit comments