Click Image activity is responding slow

Hello guys,

I have a big issue right now. Recently the Click image activities in my process have began responding slowly. Instead of clicking instantly on the image the robot has a waiting time of 15 seconds and then it clicks on the image. This triples the processing time of my robot.

Has anyone an idea what the issue could be? Changing the waitforready function does not make any difference.

1 Like

Hi
The reason is click image activity will look for the image and it’s accuracy level
As the page might be loading or if the image alone might take some time to load thus the bot takes the equivalent time to click on that image
This happens in ocr or image automation
Either we can reduce the accuracy level in property or the timeout property less than the default of 30000 milliseconds

Cheers @Peter_Peter

1 Like