The problem is that “Go to URL” impacts the first tab rather than the New Tab.
Question is, how can I keep the first tab on the URL where it is and go to another URL on the new tab?
Thanks in advance. Just getting started with UiPath and couldn’t find an answer to this question elsewhere. Also, if there’s a better way to open new URLs in new tabs, please let me know.
Yes, the navigate activity will impact the current browser. If you want to interact with the new tab you will need to use another browser card and capture the selector of the new tab, remember each tab is considered an independent application.
You need another Use Application/Browser activity to attach to the new tab that opened. In fact you don’t even need the KB shortcut, the Use App/Browser will open the tab for you.
And yes, the second UAB can be inside the first one - if you need to go back to the first tab after working in the second one.