Skip to content

Commit 0914067

Browse files
committed
Add obsoletion to NoSuchDocument as well
1 parent a603fc5 commit 0914067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/WebDriverResult.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public enum WebDriverResult
123123
/// <summary>
124124
/// No document matching the criteria exists.
125125
/// </summary>
126+
[Obsolete("This result is not returned by W3C specifications")]
126127
NoSuchDocument = 16,
127128

128129
/// <summary>

0 commit comments

Comments
 (0)