webbot icon indicating copy to clipboard operation
webbot copied to clipboard

web.go_to('siteurl.com') kills webbot

Open Snorrski opened this issue 3 years ago • 0 comments

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

Snorrski avatar Sep 21 '22 11:09 Snorrski