cuongquay / node-red-contrib-selenium-webdriver

The Node-RED selenium webdriver node which allow to create selenium test flow by visual IDE tool
Apache License 2.0
16 stars 8 forks source link

How to switch tab focus to another tab? #12

Open pagkly opened 4 years ago

pagkly commented 4 years ago

So as I am testing some web browser, I happened to come across some websites that open another tab. As far as I know, there is no nodes for switching windows/tabs.

How to switch focus of the tab in the node-red selenium?