browser_get_attribute
Extract attribute values from web elements by specifying locator strategy and attribute name, enabling precise data retrieval for browser automation.
Instructions
Gets the value of an attribute from an element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds | |
| attribute | Yes | Name of the attribute to get |