what is UI Interaction click timed out error and how to solve it

Srijan Ghosh

New member
I created a macro where I added some touch interactions, but in the system log, I saw some randomly giving "UI Interaction click timed out" errors. what does that mean and how to get rid of it?
 

Jacob L

Moderator (Lawsonator)
It for some reason can't click what you wanted to. Try to use the identify in app option. Sometimes reboot helps
 

dhj49er

Well-known member
I created a macro where I added some touch interactions, but in the system log, I saw some randomly giving "UI Interaction click timed out" errors. what does that mean and how to get rid of it?
Make sure there is sufficient wait after each UI action. The wait is required to allow the UI action to complete.
A 100ms to 500ms or more wait may be required. It depends on the speed of you phone.
 
Top