wavexis_shadow_fill
Set a value in an input element within a shadow DOM tree by providing CSS selectors that pierce shadow boundaries. Returns success or error status.
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 |