MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / setEnclosedPage

Method setEnclosedPage

src/main/java/org/htmlunit/WebWindow.java:60–60  ·  view source on GitHub ↗

Sets the currently loaded page. @param page the new page or null if there is no page (ie empty window)

(Page page)

Source from the content-addressed store, hash-verified

58 * @param page the new page or null if there is no page (ie empty window)
59 */
60 void setEnclosedPage(Page page);
61
62 /**
63 * Returns the window that contains this window. If this is a top

Callers 12

createPageMethod · 0.65
simpleHTMLStringMethod · 0.65
tableWithoutColgroupMethod · 0.65
goToUrlAtCurrentIndexMethod · 0.65
createHtmlPageMethod · 0.65
createXHtmlPageMethod · 0.65
createTextPageMethod · 0.65
createUnexpectedPageMethod · 0.65
createXmlPageMethod · 0.65
setEnclosedPageMethod · 0.65

Implementers 1

WebWindowImplsrc/main/java/org/htmlunit/WebWindowIm

Calls

no outgoing calls

Tested by 3

createPageMethod · 0.52
simpleHTMLStringMethod · 0.52
tableWithoutColgroupMethod · 0.52