MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / isSelected

Method isSelected

src/main/java/org/htmlunit/html/HtmlOption.java:65–67  ·  view source on GitHub ↗

Returns true if this option is currently selected. @return true if this option is currently selected

()

Source from the content-addressed store, hash-verified

63 * @return {@code true} if this option is currently selected
64 */
65 public boolean isSelected() {
66 return selected_;
67 }
68
69 /**
70 * Sets the selected state of this option. This will possibly also change the

Callers 14

noOnchangeFromJSMethod · 0.95
selectMethod · 0.95
clickMethod · 0.95
setSelectedMethod · 0.95
setSelectedMethod · 0.95
doClickStateUpdateMethod · 0.95
basicRemoveMethod · 0.95
getSelectedOptionsMethod · 0.45
replaceOptionMethod · 0.45
appendChildMethod · 0.45
setSelectedAttributeMethod · 0.45
readAttributesMethod · 0.45

Calls

no outgoing calls

Tested by 3

noOnchangeFromJSMethod · 0.76
selectMethod · 0.76
clickMethod · 0.76