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 f391cd0 commit bb8baedCopy full SHA for bb8baed
dotnet/src/webdriver/IWebElement.cs
@@ -170,6 +170,7 @@ public interface IWebElement : ISearchContext
170
/// </list>
171
/// </remarks>
172
/// <exception cref="StaleElementReferenceException">Thrown when the target element is no longer valid in the document DOM.</exception>
173
+ [Obsolete("Use GetDomAttribute(string attributeName)")]
174
string GetAttribute(string attributeName);
175
176
/// <summary>
0 commit comments