botasaurus
botasaurus copied to clipboard
Fixed Crash in create_driver_utils.py
Error in create_driver_utils.py, line 226, in create_selenium_driver:
NameError: name 'SessionNotCreatedException' is not defined
Fix was to just import the correct exception type.