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

Store Element Attribute

Save an attribute value from a specific element into the value store.

Store Element Attribute reads an HTML attribute from an Element and saves it in the Value Store. Use it when a later step needs href, data-*, or another attribute value.

Store element attribute Test Step

When to use it

  • Capture a link URL, image src, or data-testid for a later navigation or check.

  • Save an ID or token exposed only as an attribute.

  • Prefer Store element text for visible label text, and Store element value for input values.

Configure

Basics

Field
What to set

Element

The Element to read

Attribute

Attribute name, such as href or data-id

Storage Name

Name later steps will use in the Value Store

Advanced

Field
What to set

Status on fail

Tags: data, store, elementAttribute, element, attribute, scrape

Last updated