Store Element Attribute
Save an attribute value from a specific element into the value store.
Last updated
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.

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.
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
Status on fail
Tags: data, store, elementAttribute, element, attribute, scrape
Last updated