send_keys
Send a key or key combination to a focused or specified element, using key names like tab, enter, escape, or combos like ctrl+a, shift+tab.
Instructions
Send a key or key combination to the focused element (or a specific element if selector is given). Use key names like 'tab', 'enter', 'escape', 'up', 'down', 'f5', or combos like 'ctrl+a', 'shift+tab'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key name or combo e.g. 'tab', 'ctrl+a', 'enter' | |
| selector | No | Element to focus before sending (optional) | |
| by | No | css | |
| timeout | No |