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.
Hello @Lucas_Marte
- Add a short delay before image activities.
- Use a “Retry Scope” to retry the image activity with a delay.
- Check image existence in a loop and perform the action once found.
- Fine-tune image activity properties like “Accuracy” and “Timeout.”
- Add logging for debugging and diagnostic information.
Thanks & Cheers!!!
the point is that all images exist to function within the use of the application