How to open multiple URLs in different tabs in the same browser window

In order to open several different URLs in different tabs within the same browser, you can, add an activity called Open Browser and give the different URLs within quotes and separated by space.

2 Likes

Hi @Sharon_Joseph

Store the url in Excel

Use read range activity

Use for each row activity

Use open browser activity
And pass the value as row(“UrL”). ToString
In open browser there is a property as new session uncheck it
And use send hot key activity as Ctrl+t

Thanks
Ashwin.S

1 Like

Hello Sharon,

It is not working. i have tried.

Thanks

@Sharon_Joseph,

It’s not working.

Hello @Sharon_Joseph Can’t this can be achieved with the help of modern activity? Instead of using open browser it is an Classic activity.