wavexis_dom_get_attr
Retrieve the value of a specified attribute from a DOM element by providing a CSS selector and attribute name.
Instructions
Get an attribute value from an element matching a CSS selector.
Args: input: Attribute parameters (selector, name).
Returns:
JSON string with value, selector, and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |