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

Method mouseOver

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

Simulates moving the mouse over this element, returning the page which this element's window contains after the mouse move. 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 the

()

Source from the content-addressed store, hash-verified

1293 * @return the page which this element's window contains after the mouse move
1294 */
1295 public Page mouseOver() {
1296 return mouseOver(false, false, false, MouseEvent.BUTTON_LEFT);
1297 }
1298
1299 /**
1300 * Simulates moving the mouse over this element, returning the page which this element's window contains

Callers

nothing calls this directly

Calls 1

doMouseEventMethod · 0.95

Tested by

no test coverage detected