Skip to content

Commit bab2de3

Browse files
irrationalRockshs96c
authored andcommitted
Added more documentation to isEnabled() and resolves SeleniumHQ#3547 (SeleniumHQ#5691)
1 parent b00810e commit bab2de3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ public interface WebElement extends SearchContext, TakesScreenshot {
127127
/**
128128
* Determine whether or not this element is selected or not. This operation only applies to input
129129
* elements such as checkboxes, options in a select and radio buttons.
130+
* For more information on which elements this method supports,
131+
* refer to the <a href="https://w3c.github.io/webdriver/webdriver-spec.html#is-element-selected">specification</a>.
130132
*
131133
* @return True if the element is currently selected or checked, false otherwise.
132134
*/

0 commit comments

Comments
 (0)