I have a menu button. When this menu button is clicked, a list of options with overflow-scroll property shows. I want to click on an item on this list. This item comes into the viewport after scrolling through the list. How do I implement this scrolling functionality in blueprism? It seems I need this item in the viewport to be able to click it (which results in a pop-up). I am using Accessibility mode to spy on the list and on the item I want to access.