up vote 0 down vote favorite
share [g+] share [fb]

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.

link|improve this question

25% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.