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

Method getEnclosingWindow

src/main/java/org/htmlunit/SgmlPage.java:115–118  ·  view source on GitHub ↗

Returns the window that this page is sitting inside. @return the enclosing frame or null if this page isn't inside a frame

()

Source from the content-addressed store, hash-verified

113 * @return the enclosing frame or null if this page isn't inside a frame
114 */
115 @Override
116 public WebWindow getEnclosingWindow() {
117 return enclosingWindow_;
118 }
119
120 /**
121 * Sets the window that contains this page.

Callers 7

isExecutionNeededMethod · 0.95
clickMethod · 0.95
appendDomNodeMethod · 0.95
whiteSpaceStyleMethod · 0.95
getEmptyHeightMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected