Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HtmlUnit/htmlunit
/ close
Method
close
src/main/java/org/htmlunit/TopLevelWindow.java:109–111 ·
view source on GitHub ↗
Closes this window.
()
Source
from the content-addressed store, hash-verified
107
* Closes this window.
108
*/
109
public
void
close() {
110
close(false);
111
}
112
113
/**
114
* <span style=
"color:red"
>INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br>
Callers
2
onBeforeUnloadCalledOnClose
Method · 0.95
setTimeoutDuringOnUnload
Method · 0.95
Calls
11
isHtmlPage
Method · 0.95
isOnbeforeunloadAccepted
Method · 0.95
cleanUp
Method · 0.95
setClosed
Method · 0.80
destroyChildren
Method · 0.80
deregisterWebWindow
Method · 0.80
getEnclosedPage
Method · 0.65
debug
Method · 0.65
shutdown
Method · 0.65
getJobManager
Method · 0.65
getWebClient
Method · 0.65
Tested by
2
onBeforeUnloadCalledOnClose
Method · 0.76
setTimeoutDuringOnUnload
Method · 0.76