get_element_attributes
Retrieves all attributes from a webpage element using its selector, returning them as a dictionary for inspection or automation.
Instructions
Get all attributes of an element as a dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |