wavexis_press_keys
Type a sequence of keys character by character on a browser page. Specify text, delay between keystrokes, and session ID to simulate typing without targeting an element.
Instructions
Type a sequence of characters at the page level without targeting an element.
Use wavexis_key_down/wavexis_key_up instead for individual
modifier-key control, or wavexis_act for natural-language typing.
Side effects: Dispatches keyDown/keyUp pairs to the browser page; no network requests. Returns: JSON string with keys: 'status' ('ok'/'error'), 'typed' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |