How to pass dynamic selectors using computer vision activities in Uipath

Hi Team , I am using Lastpass application (Chrome Extension).
In this application I am using computer vision activities to launch the application.

After lunching the Lastpass application I am entering the vendor name like Ariba (Main). Shown in below screenshot.


BOT need to launch the Ariba application but my issue is few of the application have favorites also shown in below screenshot.
.
After entering the application name in serch filed if favorites floder is exit or not .
Bot will launch the application in Shared E Billing .

How to pass dynamic selectors if favorite floder is there Bot need to launch the application. If favorite floder not exists also bot need to launch the application.

Can any have solution for this scenario.
I have observed if favorite floder is exist the selectors are different.
If not selectors are different so BOt unable find the elements.

Kindly suggest…
Computer vision activities are working on screen resolution so how to pass dynamic selectors if favorite floder is or favourite not exists also bot need to launch the application

Hi @Baby123

Use the check app state activity and indicate the Favorites field. If the Favorites is appeared then pass the necessary code to be executed in target appears section and If the Favorites doesn’t appeared then pass the necessary code to be executed in target does not appears section.

Regards

Thank you @vrdabberu quick response.
I have tried with check app state activity. In Dev server working fine but in production server not working.

Showing like this - Element not found.

How to train the bot it’s working in Dev not working in production server.

Hi @Baby123

Please check the selector’s might be there is some issue in selectors.

Regards