neko_get_attribute
Retrieve attribute values from a webpage element using its index. Optionally specify an attribute name to get a single value, or omit to get all attributes.
Instructions
Get attribute value(s) of an element. Returns all attributes if no name is specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Attribute name (omit to get all attributes) | |
| index | Yes | Element index from neko_get_state |