I am using a click image activity to select a specific region in a window and click that object. I am setting a Timeout value (milliseconds) as 3000 still while running it takes 15 seconds to throw a not found exception.
Hi
Usually default value of timeout is 30000 milliseconds, and as we have set that for 3000 now it won’t actually wait for 15 seconds buddy
Anyhow we need to check once whether it is waiting at that spot or at different activity
Kindly run once in debug mode so that we can validate that
Or
Did we try with IMAGE EXISTS activity
And if the image is there it will give us Boolean value as true or as false
Based on which we can use THROW activity to throw a exception