botasaurus icon indicating copy to clipboard operation
botasaurus copied to clipboard

Fixed Crash in create_driver_utils.py

Open Dan-J-D opened this issue 1 year ago • 0 comments

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.

Dan-J-D avatar Apr 05 '24 19:04 Dan-J-D