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

Method rightClick

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

Simulates right 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 af

()

Source from the content-addressed store, hash-verified

1428 * @return the page which this element's window contains after the mouse click
1429 */
1430 public Page rightClick() {
1431 return rightClick(false, false, false);
1432 }
1433
1434 /**
1435 * Simulates right clicking the mouse on this element, returning the page which this element's window

Callers

nothing calls this directly

Calls 5

mouseDownMethod · 0.95
mouseUpMethod · 0.95
doMouseEventMethod · 0.95
getPageMethod · 0.65
debugMethod · 0.65

Tested by

no test coverage detected