Is there a way to retrieve all row values from a table using scripts? I am currently only able to obtain the first 10 rows, but there are over 200 rows in total. When I scroll through the table, I can access another set of 10 rows. How can I programmatically achieve this in my script? I believe scrollIntoView or scrollBy might be involved, but I'm unsure about the specifics. Can anyone provide assistance with this?