I would like to know the best way to scroll pages which have an infinite scroll. I would like to scroll for perhaps a random amount of time, is there a way to do this please?
I would like to know the best way to scroll pages which have an infinite scroll. I would like to scroll for perhaps a random amount of time, is there a way to do this please?
Hi. you can always calculate time span by two DateTime.
Just set time in minutes or seconds then check how much time it is now, then saves to a variable, next action is scroll then further you go with time now again and save in different variable.
Then look if time now with previous time now have time span of your required time and continue to scroll or finish.
I hope you will understand something lol.