How to open multiple tabs with same session using modern activity?

Hello , I have a problem where I need to login into webpage using user name and password, after login again I need to open another tab with existing session and continue the process. This should be achieved without using UiPath classic activities. Can anyone please guide me on this

Thanks in Advance!
Manoj

@ManojKumarV

Approach would be same…

Instead of attach browser , use application/browser to be used and instead of navigate use go to url activity

Cheers

Hi @ManojKumarV

Once you launch the open browser url and then login into the page and then use attach window and give ctrl +t by using send hot key and do the process

Thanks
Ashwin.S

Hi @ManojKumarV

Use “Open browser activity” and give the URL. Use “Navigate to” Activity and give the particular URL to switch to that particular tab.

image

Hope it helps!!

Regards,