We’re creating a scenario that scrolls through a list of records, where there is a match it clears the item. If the record can’t be matched we move to the next record and scroll down the page. Is there a way of moving an element to a specific verticle position on a page?
@jonathan.gaunt Yes. Depending on whether list of records is a Datatable and assuming it’s Selectors have the tableCol and tableRow Attributes we may be able to loop through each row one by one.
Thanks @supermanPunch it actually on a webpage that I’d like to be able to scroll down elements on a page, so that they appear at the top of the screen - at the moment I am using the down arrow hot key.
@jonathan.gaunt
give a try on hover activity (with / without simulate hover option)
1 Like