Skip to content

Commit 6074ea9

Browse files
authored
Added Selenium v6 for scheduled removal of deprecated method
1 parent e56c46f commit 6074ea9

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")]
173+
[Obsolete("Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName). GetAttribute() is schedule for removal in Selenium v6"]
174174
string GetAttribute(string attributeName);
175175

176176
/// <summary>

0 commit comments

Comments
 (0)