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

Method getWebWindows

src/main/java/org/htmlunit/WebClient.java:1861–1863  ·  view source on GitHub ↗

Returns an immutable list of open web windows (whether they are top level windows or not). This is a snapshot; future changes are not reflected by this list. The list is ordered by age, the oldest one first. @return an immutable list of open web windows (whether they are top level windows or no

()

Source from the content-addressed store, hash-verified

1859 * @see #getTopLevelWindows()
1860 */
1861 public List<WebWindow> getWebWindows() {
1862 return List.copyOf(windows_);
1863 }
1864
1865 /**
1866 * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br>

Callers 15

basicWindowTrackingMethod · 0.95
currentWindowMethod · 0.95
getTopLevelWindowsMethod · 0.95
closeMethod · 0.95
resetMethod · 0.95
closeTheOnlyWindowMethod · 0.95
replaceWithFrameMethod · 0.95
closeMethod · 0.95
basicMethod · 0.95

Calls

no outgoing calls

Tested by 15

basicWindowTrackingMethod · 0.76
currentWindowMethod · 0.76
getTopLevelWindowsMethod · 0.76
closeMethod · 0.76
resetMethod · 0.76
closeTheOnlyWindowMethod · 0.76
replaceWithFrameMethod · 0.76
closeMethod · 0.76
basicMethod · 0.76