Good morning everyone,
I currently have a process where a portion of it works to click a drop down button and then the bot has to click an area from the dropdown called Review.
Now there could be multiple section in that drop down with multiple “Reviews” so the way I tried to solve for this is by using an Anchor base that finds the Title of the section using a Find Element and then it click on the “Review” area (using a click Image) after it finds the title. (Please note that normal click did not work in this instance and click image was the only thing that worked).
The problem is if there are a lot of sections, the “Review” that needs to be clicked could be not within the visible screen and potentially needs to be scrolled down to ( could be any number of scrolls).
is there a way using my Anchor activity, to find the title element of the section that contains the “Review” area and then scrolling to that section so my Click Image Activity would work.