UiPath Modern Design Navigate to new tab

Hi all,

I have used AttachBrowser/Application modern design activity and passed the input element.
Now I want to open a linl in new browser.
How to achieve this ?

1 Like

Hi @Ritaman_Baral ,

Maybe you could try using another Use Application/Browser activity inside the already existing one and Indicate the link tab at first and then pass the dynamic link variable to it. The inner Use Application/Browser activity selector might need to be made dynamic by removing title and other attributes with a *

@Ritaman_Baral

If you want to open in new browser a new link…then use another attach browser activity and you have an option open always…select that option and give the link…it would open a new window always

Cheers

You have an option like this in that activity
Enable Always in open property

This will open new browser all the time

Hope this helps

Cheers @Ritaman_Baral

Thanks.
And how to open a tab ?

1 Like

@Ritaman_Baral

New tab there is no direct option …can try this

Cheers

There is no direct activity
But you can try with hot keys here
Send Hotkey "Ctrl + T " to open a new tab

Cheers @Ritaman_Baral

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.