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
239 stars 87 forks source link

import error #49

Closed lobatim closed 3 years ago

lobatim commented 3 years ago

I get this error when I whrite: from webbot import Browser

from webbot import browser Traceback (most recent call last): File "", line 1, in File "C:\Users\paulo\Desktop\webbot-master\webbot-master\webbot__init.py", line 1, in from .webbot import Browser File "C:\Users\paulo\Desktop\webbot-master\webbot-master\webbot\webbot.py", line 42 def init__(self , showWindow = True , proxy = None ): ^

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.87. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Paszymaja commented 3 years ago

50 Created pull request with fix