quit

The command to quit the driver and close all associated windows.

Syntax

py.quit() -> None

Usage

correct usage
py.quit()
incorrect usage
# Errors, 'quit' terminates the current browser session
py.quit().get()

Arguments

  • None

Yields

  • None

Last updated