Skip to content

Commit 1ec6c7a

Browse files
authored
Update IWebElement.cs
1 parent 6074ea9 commit 1ec6c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/IWebElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public interface IWebElement : ISearchContext
170170
/// </list>
171171
/// </remarks>
172172
/// <exception cref="StaleElementReferenceException">Thrown when the target element is no longer valid in the document DOM.</exception>
173-
[Obsolete("Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute() is schedule for removal in Selenium v6"]
173+
[Obsolete("Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute(string attributeName) will be removed in Selenium 6."]
174174
string GetAttribute(string attributeName);
175175

176176
/// <summary>

0 commit comments

Comments
 (0)