I'm trying to use Watir (via Ruby) to jump down the page using the space key, on a page that has infinite scroll. How can I tell if the bottom of the page has been reached?
I found an SO answer with some JavaScript that says when. Could I use that to pop up a dialog (via execute_script
) if the bottom has been reached and check for the dialog?
Is there a more straightforward way to do this?