Skip to content

Commit 5f6e822

Browse files
diemolnvborisenko
andauthored
Update dotnet/src/webdriver/Safari/SafariDriverService.cs
Co-authored-by: Nikolay Borisenko <[email protected]>
1 parent 98721aa commit 5f6e822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotnet/src/webdriver/Safari/SafariDriverService.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public sealed class SafariDriverService : DriverService
3232
private const string DefaultSafariDriverServiceExecutableName = "safaridriver";
3333

3434
/// <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/
35+
/// Enable diagnose logging.
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>.
3838
/// </summary>
3939
public bool? Diagnose { get; set; }
4040

0 commit comments

Comments
 (0)