webbot
webbot copied to clipboard
web.go_to('siteurl.com') kills webbot
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