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

Method mouseUp

src/main/java/org/htmlunit/html/DomElement.java:1403–1405  ·  view source on GitHub ↗

Simulates releasing the mouse click on this element, returning the page which this element's window contains after the mouse click release. The returned page may or may not be the same as the original page, depending on JavaScript event handlers, etc. @return the page which this element's window co

()

Source from the content-addressed store, hash-verified

1401 * @return the page which this element's window contains after the mouse click release
1402 */
1403 public Page mouseUp() {
1404 return mouseUp(false, false, false, MouseEvent.BUTTON_LEFT);
1405 }
1406
1407 /**
1408 * Simulates releasing the mouse click on this element, returning the page which this element's window contains

Callers 2

clickMethod · 0.95
rightClickMethod · 0.95

Calls 1

doMouseEventMethod · 0.95

Tested by

no test coverage detected