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

Method mouseDown

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

Simulates clicking the mouse on this element, returning the page which this element's window contains after the mouse click. 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 contains after th

()

Source from the content-addressed store, hash-verified

1374 * @return the page which this element's window contains after the mouse click
1375 */
1376 public Page mouseDown() {
1377 return mouseDown(false, false, false, MouseEvent.BUTTON_LEFT);
1378 }
1379
1380 /**
1381 * Simulates clicking the mouse 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