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

Method getWebClient

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

Returns the web client that "owns" this window. @return the web client or null if this window has been closed

()

Source from the content-addressed store, hash-verified

82 * @return the web client or null if this window has been closed
83 */
84 WebClient getWebClient();
85
86 /**
87 * Returns this window's navigation history.

Callers 15

handleRefreshMethod · 0.95
handleRefreshMethod · 0.95
getBrowserVersionMethod · 0.95
WebSocketMethod · 0.95
reloadMethod · 0.95
setHrefMethod · 0.95
setUrlMethod · 0.95
postMessageMethod · 0.95
getStorageMethod · 0.95

Implementers 1

WebWindowImplsrc/main/java/org/htmlunit/WebWindowIm

Calls

no outgoing calls