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
When I run from webbot import Browser web = Browser()
it opens the browser window, but when I type in web.go_to('google.com'), it seems to kill webbot, closing the browser window and returns the error NameError: name 'web' is not defined
The text was updated successfully, but these errors were encountered:
When I run
from webbot import Browser
web = Browser()
it opens the browser window, but when I type in
web.go_to('google.com')
, it seems to kill webbot, closing the browser window and returns the errorNameError: name 'web' is not defined
The text was updated successfully, but these errors were encountered: