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

Method getEnclosingWindow

src/main/java/org/htmlunit/Page.java:56–56  ·  view source on GitHub ↗

Returns the window that this page is sitting inside. @return the enclosing window

()

Source from the content-addressed store, hash-verified

54 * @return the enclosing window
55 */
56 WebWindow getEnclosingWindow();
57
58 /**
59 * Returns the URL of this page.

Callers 15

logMethod · 0.95
isStillAliveMethod · 0.95
isDisplayedMethod · 0.95
setCheckedMethod · 0.95
whiteSpaceStyleMethod · 0.95
updateWhiteSpaceStyleMethod · 0.95
currentWindow2Method · 0.65
waitWithsubWindowsMethod · 0.65

Implementers 2

AbstractPagesrc/main/java/org/htmlunit/AbstractPag
SgmlPagesrc/main/java/org/htmlunit/SgmlPage.ja

Calls

no outgoing calls