Skip to content

Commit

Permalink
Fixed comments for Safari referencing Chrome (#7990)
Browse files Browse the repository at this point in the history
Comments in SafariDriver mention ChromeDriver.exe where safaridriver was probably intended.

Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk>
  • Loading branch information
trademark18 and AutomatedTester authored Feb 8, 2020
1 parent 3e4cc2b commit 543bc09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotnet/src/webdriver/Safari/SafariDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public SafariDriver(SafariDriverService service)

/// <summary>
/// Initializes a new instance of the <see cref="SafariDriver"/> class using the specified path
/// to the directory containing ChromeDriver.exe.
/// to the directory containing safaridriver.
/// </summary>
/// <param name="safariDriverDirectory">The full path to the directory containing SafariDriver executable.</param>
public SafariDriver(string safariDriverDirectory)
Expand All @@ -99,7 +99,7 @@ public SafariDriver(string safariDriverDirectory)

/// <summary>
/// Initializes a new instance of the <see cref="SafariDriver"/> class using the specified path
/// to the directory containing ChromeDriver.exe and options.
/// to the directory containing safaridriver and options.
/// </summary>
/// <param name="safariDriverDirectory">The full path to the directory containing SafariDriver executable.</param>
/// <param name="options">The <see cref="SafariOptions"/> to be used with the Safari driver.</param>
Expand All @@ -110,7 +110,7 @@ public SafariDriver(string safariDriverDirectory, SafariOptions options)

/// <summary>
/// Initializes a new instance of the <see cref="SafariDriver"/> class using the specified path
/// to the directory containing ChromeDriver.exe, options, and command timeout.
/// to the directory containing safaridriver, options, and command timeout.
/// </summary>
/// <param name="safariDriverDirectory">The full path to the directory containing SafariDriver executable.</param>
/// <param name="options">The <see cref="SafariOptions"/> to be used with the Safari driver.</param>
Expand Down

0 comments on commit 543bc09

Please sign in to comment.