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

Fixing some issue with the documentation #7

Closed vbe0201 closed 5 years ago

vbe0201 commented 5 years ago

The thing is that the documentation says The constructor takes showWindow flag as argument which Defaults to False.. So far, so good but it actually defaults to True. This is what I changed.

nateshmbhat commented 5 years ago

fixed the issue.