Skip to content

Commit f3c253e

Browse files
committed
remove TODO
1 parent edb9967 commit f3c253e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/src/webdriver/WebDriverError.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ internal static class WebDriverError
177177
/// <summary>
178178
/// Represents the element not visible error.
179179
/// </summary>
180-
/// TODO: Remove this string; it is no longer valid in the specification.
181180
[Obsolete("This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors")]
182181
public const string ElementNotVisible = "element not visible";
183182

0 commit comments

Comments
 (0)