>>> driver = webdriver.Firefox() >>> get_status(driver) 'Alive' >>> driver.quit() >>> get_status(driver) 'Dead'