Skip to content

Commit ef05c15

Browse files
committed
[java] Reverting deprecation notice for getAttribute.
Closes #13334
1 parent 8eca1f9 commit ef05c15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

java/src/org/openqa/selenium/WebElement.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,7 @@ public interface WebElement extends SearchContext, TakesScreenshot {
165165
*
166166
* @param name The name of the attribute.
167167
* @return The attribute/property's current value or null if the value is not set.
168-
* @deprecated This method is deprecated. Use {@link #getDomProperty(String)} or {@link
169-
* #getDomAttribute(String)} for more precise attribute retrieval.
170168
*/
171-
@Deprecated
172169
@Nullable String getAttribute(String name);
173170

174171
/**

0 commit comments

Comments
 (0)