infinite_scroll
django_spire.testing.playwright.components.infinite_scroll
InfiniteScroll
Playwright component for django_spire/infinite_scroll/base.html and django_spire/infinite_scroll/scroll.html
Source code in django_spire/testing/playwright/components/infinite_scroll.py
container_selector = container_selector
instance-attribute
page = page
instance-attribute
content_container
property
loaded_count_text
property
scroll_container
property
spinner
property
total_count_text
property
get_loaded_count
get_total_count
is_loading
scroll_to_bottom
scroll_to_top
wait_for_count_to_increase
Source code in django_spire/testing/playwright/components/infinite_scroll.py
InfiniteScrollList
Bases: InfiniteScroll
Playwright component for infinite scroll with list items
Source code in django_spire/testing/playwright/components/infinite_scroll.py
item_selector = '[data-row-id]'
class-attribute
instance-attribute
items
property
get_item
get_item_count
InfiniteScrollTable
Bases: InfiniteScroll
Playwright component for django_spire/table/base.html