Back to Practice

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.

10 items loadedMore items available

Item 1

This is the description for item number 1. It contains some sample text for testing infinite scroll functionality.

1/19/2026Business
#1

Item 2

This is the description for item number 2. It contains some sample text for testing infinite scroll functionality.

1/18/2026Technology
#2

Item 3

This is the description for item number 3. It contains some sample text for testing infinite scroll functionality.

1/17/2026Technology
#3

Item 4

This is the description for item number 4. It contains some sample text for testing infinite scroll functionality.

1/16/2026Technology
#4

Item 5

This is the description for item number 5. It contains some sample text for testing infinite scroll functionality.

1/15/2026Technology
#5

Item 6

This is the description for item number 6. It contains some sample text for testing infinite scroll functionality.

1/14/2026Science
#6

Item 7

This is the description for item number 7. It contains some sample text for testing infinite scroll functionality.

1/13/2026Science
#7

Item 8

This is the description for item number 8. It contains some sample text for testing infinite scroll functionality.

1/12/2026Technology
#8

Item 9

This is the description for item number 9. It contains some sample text for testing infinite scroll functionality.

1/11/2026Technology
#9

Item 10

This is the description for item number 10. It contains some sample text for testing infinite scroll functionality.

1/10/2026Science
#10

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