Skip to content

Commit 710bd1b

Browse files
committed
[dotnet] mark safari service method obsolete
1 parent 669a493 commit 710bd1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotnet/src/webdriver/Safari/SafariDriverService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private SafariDriverService(string executablePath, string executableFileName, in
5757
/// This is only valid for versions of the driver for Safari that target Safari 12
5858
/// or later, and will result in an error if used with prior versions of the driver.
5959
/// </remarks>
60+
[Obsolete("Only w3c protocol is currently supported")]
6061
public bool UseLegacyProtocol
6162
{
6263
get { return this.useLegacyProtocol; }

0 commit comments

Comments
 (0)