Close the current window, quitting the browser if it's the last window currently open. See W3C WebDriver specification for more details.
()
| 151 | * for more details. |
| 152 | */ |
| 153 | void close(); |
| 154 | |
| 155 | /** Quits this driver, closing every associated window. */ |
| 156 | void quit(); |
no outgoing calls