Infinite Scroll
Infinite Scroll Practice
Practice automating infinite scroll scenarios. Scroll to the bottom of the list to load more items. This simulates a common "load more on scroll" pattern.
Item 1
This is the description for item number 1. It contains some sample text for testing infinite scroll functionality.
Item 2
This is the description for item number 2. It contains some sample text for testing infinite scroll functionality.
Item 3
This is the description for item number 3. It contains some sample text for testing infinite scroll functionality.
Item 4
This is the description for item number 4. It contains some sample text for testing infinite scroll functionality.
Item 5
This is the description for item number 5. It contains some sample text for testing infinite scroll functionality.
Item 6
This is the description for item number 6. It contains some sample text for testing infinite scroll functionality.
Item 7
This is the description for item number 7. It contains some sample text for testing infinite scroll functionality.
Item 8
This is the description for item number 8. It contains some sample text for testing infinite scroll functionality.
Item 9
This is the description for item number 9. It contains some sample text for testing infinite scroll functionality.
Item 10
This is the description for item number 10. It contains some sample text for testing infinite scroll functionality.
Automation Tips
- • Scroll: Use
scrollIntoView()on the last element or loading trigger - • Wait: Wait for the loading spinner to appear/disappear or item count to increase
- • Verify: Check
data-testid="items-count"to verify more items loaded - • End state: Look for
data-testid="end-of-list"to know scrolling is complete