MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / close

Method close

java/src/org/openqa/selenium/WebDriver.java:153–153  ·  view source on GitHub ↗

Close the current window, quitting the browser if it's the last window currently open. See W3C WebDriver specification for more details.

()

Source from the content-addressed store, hash-verified

151 * for more details.
152 */
153 void close();
154
155 /** Quits this driver, closing every associated window. */
156 void quit();

Callers 15

stopMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
quitMethod · 0.65
quitMethod · 0.65
closeMethod · 0.65
releaseMethod · 0.65
listening?Method · 0.65
new_windowMethod · 0.65
closeMethod · 0.65

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls