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

Can't open a new tab despite using 'new_tab(url)' method #41

Closed revshell0 closed 3 years ago

revshell0 commented 3 years ago

Hi, I am not able to open a new tab despite using the available method _newtab(url).

Let's say this is the code snippet:

`from webbot import Browser

driver = Browser() driver.go_to('https://google.com') driver.new_tab(url='https://github.com')`

How do I get this to work? Could anyone please guide? Thanks.

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

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

DankSideSparkles commented 3 years ago

The current package in the index isn't updated. However, you can clone the repo directly, and import it into the project. For the time being. @nateshmbhat @revshell0

revshell0 commented 3 years ago

@DankSideSparkles Got it. Thanks.

@nateshmbhat Please update the package asap. Oh & thanks for Webbot, it has really been very useful.

nateshmbhat commented 3 years ago

Its now working in the latest release.

revshell0 commented 3 years ago

@nateshmbhat Thanks for the prompt action! :)