veil_attribute
Read an element's attribute (e.g., href, aria-label) by snapshot reference. Returns the attribute value or null if absent.
Instructions
Read one attribute of an element by snapshot ref (e.g. href, value, aria-label, a data-* attribute). Returns the raw string, or null if absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| name | Yes |