ImageOperationException: Image not found

Hi guys

My Click image on a web page from one day to another dont work

I did not change the configuration of my PC, so why uipath for the past few days could find the image and now can’t do it anymore ?

Thank you for any ideas.

Kaiji

Hi Kaiji,
Since you are working with UI elements and that too on a browser, it could happen that the elements take time to load.
To adjust for this, we can set the WaitForReady property to Interactive/Complete. By default it will wait for a maximum of 30 seconds (this can be changed by adjusting the Timeout property just above)
image

To know more about WaitForReady property, please refer to this detailed explanation - Want to understand how Target.WaitForReady property exactly works - #3 by nadim.warsi

Thanks,
Nishant