Forum Discussion
Hi Abhi,
Assuming that you can scroll table down (via scrollbar, key presses, etc.), I would suggest to get initial rows count, scroll down, get current rows count and compare it with initial. If the number increased, repeat scroll down. Otherwise assume that you've reached end of the table.
(Obviously, you will have to consider some additional logic to wait until new rows are downloaded and rendered, but the general idea remains the same.)
Thank Alex! Well scroll bar can't really be identified as an object. On the other hand, it's a custom table, I have to get the row count each time I scroll down and then wait. It's going to be a very strange/inefficient looking code. I would have to wait to find out a better approach. I'm sure there would be one, but I've been able to figure that out yet.
Thank you
Abhi