I’m using the Find Image action to find an image. The problem I am running into is the image appears further down on the page where I have to scroll down to find. Sometimes I have to scroll down more than other times to find the image. Pressing “Page Down” key or “Arrow Down” key does not work to move down the page in my application.
Try this, it worked for me:
Add a loop to your script that contains the following steps:
- Click on the down arrow in the scroll bar.
- Find the image
- Exit loop (child step of the Find Image step).
Adjust the amount of iterations for the loop as needed. Don’t worry if the # of iterations is greater than what’s needed as it will exit the loop once the image is found.
4 Likes
Thanks @juliac, I added the steps and it is working now.