For the complete documentation index, see llms.txt. This page is also available as Markdown.

Store Element Count

Save the count of elements returned from a specific element selector into the value store.

Store Element Count reads how many Elements match a selector and saves that number in the Value Store. Use it when a later step or check needs a live count from the page.

Store element count Test Step

When to use it

  • Capture how many rows, cards, or list items appear after a filter or search.

  • Store a count for a Check value or API payload built from a Value.

  • Prefer Store element text when you need visible text from one item.

Configure

Basics

Field
What to set

Element

The Element selector to count

Storage Name

Name later steps will use in the Value Store

Advanced

Field
What to set

Status on fail

Tags: data, store, elementCount, element, count, scrape

Last updated