Could not find the user-interface (UI) element for this action with tab on browser?

Hi all,I’ve some problem with some activity on browser. it’s just work when my website on the left tab of browser like this:

image
but when I try to move tap to right side it’s error:Could not find the user-interface (UI) element
image
image

My activity already have anchor and tartget.
How to solve it.
thank you.

Hi @jnfantasy4

Why you want to bring that particular tab to right side. Is there any reason behind that…?

Because sometime I don’t know how many tab has already opened on browser. On the production my Robot will auto run with time trigger. That time browser maybe have too many tab has already opened and my tab will auto open on the right side and I don’t want bring it to right side or left side tab I don’t understand why it’s just work when on the left side that my problem. Can u understand on my idea? Sorry I’m very weak on english :sweat_smile:

Okay @jnfantasy4

You want to keep only one tab in the browser right.

Before launching the web applicationin the browser use the kill process activity. If you are using the chrome browser give chrome.exe in process name or using edge browser then give msedge.exe

Then the kill process will close all the tabs and the browser and it will launch the web application in the new browser. Then the bot will not fail.

Hope it helps!!

1 Like

oh,thank you but now I can found my issue that because I’ve change title of use application/browser activity to dynamic with * :rofl:
image

Must have at least some string title like this it’s might be work :sweat_smile::
image

How every thank you very much to your help sir!

1 Like

You no need to Pass the Title you did right by giving wildcard for the Title Attribute… @jnfantasy4

If the Title change afterwards then it will not work right. In this case better to use the Kill Process as I said.

1 Like

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