browser_get_attribute
Retrieve the value of any HTML attribute from a web page element using a CSS selector.
Instructions
Return the value of an HTML attribute on an element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector | |
| attribute | Yes | Attribute name (e.g. 'href', 'src', 'value') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |