browser_get_attribute
Retrieves the value of any attribute from an element in the browser using its CSS selector. Extracts data like href, src, or custom attributes for automation.
Instructions
Get attribute value of an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the element | |
| attribute | Yes | Attribute name |