I'd like to use my Cucumber/Capybara setup to test endless scroll by driving a browser and scrolling to the bottom of the page to ensure that the new content is loaded. Is there a way to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could also use javascript to achieve this:
|
|||
|
|
|
I solved this with visit '#footer' inside a "scroll to the bottom of the page" step. |
|||
|
|