Hi all, I have a simple automation process where I click on a websites image to enlarge it, process that enlarged image with ocr and move on to the next image/page. However when the site is slow, i click on the image and it takes minutes to finish loading on the screen, but the rest of my activities continue to proceed without waiting for the image to finish loading.
Is there any way to avoid this? my process is done like this:
- click image to enlarge (DelayAfter set to 2s and WaitForReady set to Complete)
- click on enlarged image (DelayAfter set to 2s and WaitForReady set to Complete)
- use OCR
- etc etc
Step 3 onwards gets executed without waiting for the image to finish loading on screen. AM i doing something wrong here? Is there anyway to check if an image has finished loading on the screen? I am a beginner in using UIpath, and thus will appreciate any comments on this.
Thank you for reading.