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
Anil_G
(Anil Gorthi)
May 19, 2023, 10:36am
2
@ManojKumarV
Approach would be same…
@Samraat_Maharjan1
You cannot use open browser to open new tab …instead follow these steps using attach browser
Attach Existing Browser using “Attach browser”
Send Hotkey "Ctrl + t " to open a new tab
Attach Newly opened tab using “Attach browser” Activity in the same browser
Use the “Navigate” Activity to search the URL.
Cheers
Instead of attach browser , use application/browser to be used and instead of navigate use go to url activity
Cheers
AshwinS2
(Ashwin S)
May 19, 2023, 10:36am
3
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
Parvathy
(PS Parvathy)
May 19, 2023, 10:45am
4
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.
Hope it helps!!
Regards,