I am testing a .net web app with a data grid. It puts the new record inputs in the last row of the rendered table.
The table is wrapped within a DIV, when the content overflows, a vertical scrollbar is used to navigate the table.
How do I scroll to the last row? The scroll action is not recordable and the available scroll actions only scroll relative to the page top/bottom/middle.