wavexis_dom_remove
Remove a specific DOM element from a web page using a CSS selector, enabling cleanup or modification of page structure during browser automation.
Instructions
Remove an element matching a CSS selector from the DOM.
Args: input: Element removal parameters.
Returns:
JSON string with status "ok".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |