How do i make the click activity work on a pop up screen?

uipath forum

the error message says that they “could not find the ui element for this action”. but i’ve tried multiple ways to fix the error but nothing worked. such as selecting strict selector instead of fuzzy selector. re-indicating the element and validating it multiple times.

if my process flow wrong? am i missing out an activity in my flow or did i use the wrong activity?

Hi @Gwendolyn_Toh_JiaHui

Use check app state activity and use click activity

Hi @Gwendolyn_Toh_JiaHui

You have to use the Check app state activity and indicate the Popup. In Target appear block insert the click activity and indicate the Export element, Don’t insert any activity in Target doesn’t appear block.

The check app state activity will check the popup exist in the foreground or not, if it exists it executes the Target appear block and click on Export, if doesn’t exist it will execute the Target doesn’t appear block.

Hope it helps!!

@Gwendolyn_Toh_JiaHui,

Make sure you are using full selector.
If you are trying to click on the popup from existing Use Application Browser activity, your child activities withing this scope going to use partial selector.

This is the issue you are not able to click on the popup.

Solution:

I have explained it in this solution.

Thanks,
Ashok :slight_smile:

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