nateshmbhat / webbot

Web automation library for simple and easy end to end testing and web browser automation that offers super charged features while keeping it simple to use and master
https://pypi.org/project/webbot/
Mozilla Public License 2.0
242 stars 86 forks source link

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

Open Snorrski opened 2 years ago

Snorrski commented 2 years ago

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