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

Method getTopWindow

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

Returns the top level window that contains this window. If this is a top level window, then return this window. @return the top level window that contains this window or this window if there is no parent.

()

Source from the content-addressed store, hash-verified

75 * window if there is no parent.
76 */
77 WebWindow getTopWindow();
78
79 /**
80 * Returns the web client that "owns" this window.

Callers 15

openWindow_baseMethod · 0.95
openWindow_blankMethod · 0.95
openWindow_topMethod · 0.95
parentAndTopMethod · 0.95
getBaseURLMethod · 0.95
getPageMethod · 0.65
openTargetWindowMethod · 0.65
resolveWindowMethod · 0.65

Implementers 1

WebWindowImplsrc/main/java/org/htmlunit/WebWindowIm

Calls

no outgoing calls

Tested by 8

openWindow_baseMethod · 0.76
openWindow_blankMethod · 0.76
openWindow_topMethod · 0.76
parentAndTopMethod · 0.76