Hi all,
I have automated a website, where the bot needs to search for the country name and take screenshots of the search results. See details below:
Website: OECD Webiste
The information on the table does not fit the screen, you need to scroll to the left to see the rest of the columns. Manually you can scroll by clicking the button right, this button is unfortunately not available as a selector. I used the click activity to click the last column header and that works fine when the process is run from the studio, but unattended the bot does not scroll all the way to the right, see below, the out from the unattended run, this is after clicking the last column to scroll to the right, it only scrolled halfway.
.I have also tried using the “set focus” activity but that didn’t work.