I need to run a bot on a webpage where I need to click on scroll bars, select hyperlinks, click buttons to collapse tables and expand a range of nodes.
What I see is that RPA captures the location of the click and not the actual subject you are clicking on. So if I change my screen resolution or minimize my screen, the bot does not work because it is executing the actions where there are no buttons.
How do I manage to get that the clicks will always be on the correct button?