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

Method isClosed

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

Indicates if this window is closed. No action should be performed on a closed window. @return true when the window is closed

()

Source from the content-addressed store, hash-verified

125 * @return {@code true} when the window is closed
126 */
127 boolean isClosed();
128
129 /**
130 * Returns the width (in pixels) of the browser window viewport including, if rendered, the vertical scrollbar.

Callers 6

runMethod · 0.95
setCurrentWindowMethod · 0.65
isOutdatedMethod · 0.65
getContentWindowMethod · 0.65
isStillAliveMethod · 0.65
loadSrcMethod · 0.65

Implementers 1

WebWindowImplsrc/main/java/org/htmlunit/WebWindowIm

Calls

no outgoing calls

Tested by

no test coverage detected