We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb9967 commit f3c253eCopy full SHA for f3c253e
dotnet/src/webdriver/WebDriverError.cs
@@ -177,7 +177,6 @@ internal static class WebDriverError
177
/// <summary>
178
/// Represents the element not visible error.
179
/// </summary>
180
- /// TODO: Remove this string; it is no longer valid in the specification.
181
[Obsolete("This error status is no longer returned by the WebDriver Specification https://www.w3.org/TR/webdriver2/#errors")]
182
public const string ElementNotVisible = "element not visible";
183
0 commit comments