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

Method getCurrentWindow

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

Returns the "current" window for this client. This window (or its top window) will be used when getPage(...) is called without specifying a window. @return the "current" window for this client

()

Source from the content-addressed store, hash-verified

977 * @return the "current" window for this client
978 */
979 public WebWindow getCurrentWindow() {
980 return currentWindow_;
981 }
982
983 /**
984 * Sets the "current" window for this client. This is the window that will be used when

Calls

no outgoing calls