Indicates if this window is closed. No action should be performed on a closed window. @return true when the window is closed
()
| 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. |
no outgoing calls
no test coverage detected