selenium-shutterbug icon indicating copy to clipboard operation
selenium-shutterbug copied to clipboard

Implement new scrolling mechanism for pages loaded with ajax ('infinite scrolling pages')

Open glibas opened this issue 7 years ago • 2 comments

glibas avatar Jul 18 '18 12:07 glibas

Hi @glib-briia !

How framework is supposed to handle 'infinite scrolling'? Seems like taking infinite screenshot is not the best idea. Should we detect 'infinite scrolling' and take screenshot defined number of times?

Thank you, Anna

anna-shchurok avatar Dec 02 '18 10:12 anna-shchurok

Hi @galkina-anna ,

I dont think there is an easy way of identifying if the page is going to scroll infinitely. Need to define some limit as you say. This limit should be applied to both horizontal and vertical scrolling.

The good example for testing would be facebook wall.

glibas avatar Dec 03 '18 09:12 glibas