I am automating a process, where I have to read data from an HTML table. I am using Selenium with Java.
My HTML table initially loads only 25 records. Only after scrolling I will get the next 25 records and it goes on. I am able to read data of only the first 25 records. Can someone help me out with Selenium Java code to scroll and get the data of next 25 records, and again scroll to get the next 25 records and also to get the maximum number of rows in the table.