MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / quit

Method quit

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

Quits this driver, closing every associated window.

()

Source from the content-addressed store, hash-verified

154
155 /** Quits this driver, closing every associated window. */
156 void quit();
157
158 /**
159 * Return a set of window handles which can be used to iterate over all open windows of this

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