How to read the grid which is not displayed in the grid | Selenium Forum
M
Posted on 24/04/2016
Hi All,

I have a grid/table structure(but not web table) in the page.
It has 1000's of rows in it but display only 16 in the screen view, these are the rows I can get values from but if I take row count it gives me 27 but I can't read values from it after 16th row.
I need to move the scroll bar to move next to see the below rows to see the next rows.
Note: I can interact with only 16 rows at a time which are visible in the screen.

Please help me how to handle this grid.


Thanks

M
Replied on 28/04/2016

have tried any way?


M
Replied on 07/05/2016

yes, I tried to read till 16th row then made 27 th row to view by using javaScript scroll to view to get values of the remaining rows(till 27). But not able to get the remaining rows, which the DOM is building after I move the scroll bar down, Because when I use JavaScript Scroll to view it is not building the grid after moving 27th row to view.
Grid is not supporting page up page down keys.