You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception has occurred: SyntaxError 'continue' not supported inside 'finally' clause (connection.py, line 389) File "[filepath]", line 1, in <module> from botasaurus.browser import browser, Driver SyntaxError: 'continue' not supported inside 'finally' clause (connection.py, line 389)
When trying to execute the following code:
from botasaurus.browser import browser, Driver
On Botasaurus version 4.0.53
The text was updated successfully, but these errors were encountered:
Getting error:
Exception has occurred: SyntaxError 'continue' not supported inside 'finally' clause (connection.py, line 389) File "[filepath]", line 1, in <module> from botasaurus.browser import browser, Driver SyntaxError: 'continue' not supported inside 'finally' clause (connection.py, line 389)
When trying to execute the following code:
from botasaurus.browser import browser, Driver
On Botasaurus version 4.0.53
The text was updated successfully, but these errors were encountered: