Skip to content

Commit 4ceed3b

Browse files
authored
added GetDomProperty to deprecation note
1 parent 429763d commit 4ceed3b

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)")]
173+
[Obsolete("Use GetDomAttribute(string attributeName) or GetDomProperty(string propertyName")]
174174
string GetAttribute(string attributeName);
175175

176176
/// <summary>

0 commit comments

Comments
 (0)