I want to control whether my WebDriver quit but I can\'t find a method for that. (It seems that in Java there\'s a way to do it)
WebDriver
from selenium impor
There is this function:
if driver.service.isconnectible(): print('Good to go')