|
From: Ing. J. N. <ji...@se...> - 2021-11-15 14:14:40
|
Hi, I have a dynamic page which has some srollable content in div tag. Scrollable content consists of rows - also divs. There are about 100 rows, but visible are about only 20 rows, cca last 4 of them are not visible, they are 'behind'. The rest of the rows IS NOT generated at all. When i move the vertical scrollbar, the rows set is regenerated - old are gone, new are visible. My problem is this - I cannot find a technique which gives me ALL the rows. I would be nice to control the vertical scrollbar (and collect all the newly found rows). Or make the last generated row 'scrollIntoView' (become visible). It would generate a few new rows and I will repeat this until reaching the last row. I don't know if is possible to implement any of these ideas - controlling the scrollbar or scrolling content to view in HtmlUnit. Do you see any solution? Thanks. If needed I can give the page url. JN |