quit
The command to quit the driver and close all associated windows.
Syntax
py.quit() -> None
Usage
py.quit()
# Errors, 'quit' terminates the current browser session
py.quit().get()
Arguments
None
Yields
None
Last updated