wavexis_shadow_fill
Fill input fields inside shadow DOM trees using a CSS selector chain that pierces shadow boundaries, setting values and triggering input/change events.
Instructions
Fill an input element inside a shadow DOM tree with a value.
Pierces shadow boundaries using the provided selector chain. Use wavexis_shadow_click to submit or activate the field after filling.
Side effects: Mutates the input value within the shadow DOM; may trigger input/change events. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |