Image Exist failed

Hello everyone, I have a code developed in the old version, and I replaced all “attach windows” with “use application browser” to perform their updates. I noticed that all activities involving images have stopped working. However, when I use step-by-step execution, it finds them. Does anyone know a solution that doesn’t involve replacing all “image exist” activities for now?

Hi if your working on images base

Then Use “Wait Image Vanish”: If the image activities are related to waiting for a specific image to disappear, you can use the “Wait Image Vanish” activity to ensure that it’s no longer on the screen before proceeding.

@Lucas_Marte

Hello @Lucas_Marte

  1. Add a short delay before image activities.
  2. Use a “Retry Scope” to retry the image activity with a delay.
  3. Check image existence in a loop and perform the action once found.
  4. Fine-tune image activity properties like “Accuracy” and “Timeout.”
  5. Add logging for debugging and diagnostic information.

Thanks & Cheers!!!

the point is that all images exist to function within the use of the application