I am trying to click a image uploader which looks like below and its towards the end of the page but not at the end.
There are many other controls in this page but my requirement is to go the image holder, click it and upload image using file browse dialog. So I have used “Click” and “Type Into” activities. Which works fine when I scroll down the page and keep the image holder in focus/position. But when I set the page position at the top, UiPath is unable to find the control and goes directly at the end of page and throws error “Cannot find the UI element corresponding to this selector”. What I noticed is, error is thrown from “Type Into”, since image holder is not clicked and UiPath is unable to find the windows browse dialog control.
Question: How to move to the exact location of the image holder dynamically? Since tomorrow there could be many other controls added ahead of it.