Open many tabs in a browser

Hello,
is it possible to many websites in one browser window? I know that there is JS injection, but the problem is how to execute method declared in script?

Do u want to open many tabs in a single browser? Did u try using hot keys? ctrl + T to open the tab and use the type and click events to enter the URL and search.

You can use “Navigate To” Activity as well :slight_smile:

Regards…!!
Aksh

2 Likes

Hi I am using below Step

  1. Attach Existing Browser using “Attach browser”
  2. Send Hotkey "Ctrl + t " to open a new tab
  3. Attach Newly opened tab using “Attach browser” Activity in the same browser
  4. Use the “Navigate” Activity to search the URL.