MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getText

Method getText

src/main/java/org/htmlunit/html/HtmlTextArea.java:98–101  ·  view source on GitHub ↗

Returns the value that would be displayed in the text area. @return the text

()

Source from the content-addressed store, hash-verified

96 * @return the text
97 */
98 @Override
99 public final String getText() {
100 return readValue();
101 }
102
103 private String readValue() {
104 final StringBuilder builder = new StringBuilder();

Callers 15

mouseOverMethod · 0.95
mouseMoveMethod · 0.95
mouseOutMethod · 0.95
mouseDownMethod · 0.95
mouseUpMethod · 0.95
rightClickMethod · 0.95
mouse_Down_UpMethod · 0.95
focusinMethod · 0.95
getTextMethod · 0.95
preventDefaultMethod · 0.95
typeMethod · 0.95
typeWithSelectionMethod · 0.95

Calls 1

readValueMethod · 0.95

Tested by 15

mouseOverMethod · 0.76
mouseMoveMethod · 0.76
mouseOutMethod · 0.76
mouseDownMethod · 0.76
mouseUpMethod · 0.76
rightClickMethod · 0.76
mouse_Down_UpMethod · 0.76
focusinMethod · 0.76
getTextMethod · 0.76
preventDefaultMethod · 0.76
typeMethod · 0.76
typeWithSelectionMethod · 0.76