Hi All, I’m pretty new to uipath and I’m stuck on this issue. I’m using Chrome and Studio Community.
I open a url in the browser and click on a link that opens to a different tab. I need to get information that is on that other tab. I don’t need the first tab any more.
I don’t know the URL for the new tab- it will be different every time.
I’ve seen similar questions where people recommended using Attach Browser, but I’m not seeing that as an option under activities.
I have tried:
*Switching tab with hot keys
*Closing the original tab with “navigate browser” activity
*“Get active window” activity
That closes the tab but the program doesnt seem to be able to “see” any UI elements on the new tab. I’ve tried multiple different Ui elements with different anchors and added a delay but I’m still getting the same error message:
Click : Could not find the user-interface (UI) element for this action.
Yes, that’s correct. Once the new tab is opened, I no longer need the first tab and all the work will be completed on the new tab.
Unfortunately, though, the URL for the new tab will change each time so I can’t just use the URL.