MCPcopy Index your code
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

cvFunction · 0.65
constructorMethod · 0.65
closeWebSocketMethod · 0.65
quitMethod · 0.65
ServerFunction · 0.65
network_test.jsFile · 0.65
index_test.jsFile · 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