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

Method dblClick

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

Simulates double-clicking on this element, returning the page in the window that has the focus after the element has been clicked. Note that the returned page may or may not be the same as the original page, depending on the type of element being clicked, the presence of JavaScript action listeners,

()

Source from the content-addressed store, hash-verified

1236 * @exception IOException if an IO error occurs
1237 */
1238 public <P extends Page> P dblClick() throws IOException {
1239 return dblClick(false, false, false);
1240 }
1241
1242 /**
1243 * Simulates double-clicking on this element, returning the page in the window that has the focus

Callers

nothing calls this directly

Calls 8

clickMethod · 0.95
fireEventMethod · 0.95
getCurrentWindowMethod · 0.80
getPageMethod · 0.65
debugMethod · 0.65
getEnclosedPageMethod · 0.65
getWebClientMethod · 0.65

Tested by

no test coverage detected