wavexis_dom_remove_attr
Remove a specified attribute from any DOM element using a CSS selector. Cleans up markup by deleting the attribute from the matched element in the active browser session.
Instructions
Remove an attribute from an element matching a CSS selector.
Use wavexis_dom_set_attr to restore or change an attribute instead of removing it.
Side effects: Mutates the DOM by deleting the attribute from the matched element. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |