Need help with Find Element

image
I’m trying to find the All Access Objects button that is displayed in ACCESS after running a Compact and Repair. I don’t won’t The Robot to close ACCESS until the Compact and Repair is complete. But the Find Element is not waiting. I have wait till visible checked. Should I be setting another property or try using something else?

Hi @robert.clark.53 ,

Slightly off topic, but if you were to use the Check App State Activity, it allows you to wait for an element to disappear, if that is what you were aiming for->

image

If that doesn’t work, then you might have to use the Wait along with a static delay.

Kind Regards,
Ashwin A.K

Thanks I will try. Building my first Robot. I’ll probably never place in correct topic.

Hi @robert.clark.53

Welcome to community

Have a look on the workflow

FindElementWait.xaml (7.7 KB)

In The Flow decision

FindEleVal.ToString.Contains("Value here need to find")

Regards
Gokul

@robert.clark.53 It looks like you are keeping the find element before running a compact and repair. Why don’t you use it once the compact and repair completes. Also, you can use element exists to find the element present or not

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