An informal extension of selenium webdriver with more error handling and more complex functions. Like keeping driver up to date with Chrome version
Installation: `
pip install EnhancedWebdriver
`
Code example: `
driver = EnhancedWebdriver.create(
web_driver = None,
undetected = False,
options = None,
service = None,
keep_alive = True,
) # all arguements optional
`
Functions: `
`