I have got a table within a scrollable div on a webpage. I am trying to doubleclick specific rows in the table to select the items to a second table below.
My problem is that if a row isn't visible, Ranorex will still think it has found and clicked it. I have tried focus and ensurevisible but no joy. So, I thought about using the vertical scroll bar to make sure the item is visible before clicking it, but I cannot identify the scroll bar or the up and down arrows on it. Any suggestions would be gratefully received.