How to click element immediately after it is presented

Best practices, code snippets for common functionality, examples, and guidelines.
IvanT
Posts: 51
Joined: Wed Feb 06, 2019 8:00 pm

How to click element immediately after it is presented

Post by IvanT » Thu Jan 19, 2023 5:53 pm

Hello.
I'm testing desktop application and faced with problem. When desktop app run and already element visible for user ranorex keep waiting element for (15 second). How can I fix this issue?
Thanks

IvanF
Posts: 151
Joined: Thu Aug 11, 2022 8:55 pm

Re: How to click element immediately after it is presented

Post by IvanF » Fri Jan 20, 2023 4:30 pm

Hi, you can try adjusting the timeouts for the involved actions and repository items to be lower than 15s - see https://www.ranorex.com/help/latest/ran ... g-actions/

With that said, visibility to the user may not be the same as visibility in the app domain structure. You could also try temporarily adding a "visible=true" validation step on the element in question to check if there are any hidden recognition delays.