UI browser automation error

Hi,
During running of the bot with browser based application automation, I am running into this random error “The UI element is invalid. Make sure the target application is open and the element is on the screen.”

When I stop and verify the target element, it is getting identified okay. What could be going wrong? At different elements, i am encountering this random error. Please help.

Thank you

Hi @A_Learner

→ If you are using the modern activities, when indicating the UI element, in the selector window panel check the strict selector and uncheck the fuzzy and others.
→ After indicating the target, indicate the two anchors for the elements which are closer and static.
→ After indication come back to studio, open the properties of that activity and find the wait for page load option under the Target.
→ Select the complete option in the wait for page load drop-down.

Try the above methods for all UI activities.

Hope it helps!!

1 Like

@A_Learner

If it is random mostly it might be because of automation moving faster than page load so Use wait for page load complete

Cheers

1 Like

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