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?
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.
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.