get_attribute
Retrieve the value of a specified attribute from a web element using its CSS selector. Helps extract data like href, src, or data attributes for automation.
Instructions
Get an attribute value from an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| attribute | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |