Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef05c15

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

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

Copy file name to clipboardExpand all lines: java/src/org/openqa/selenium/WebElement.java
-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.