browser_press_key
Press a specific keyboard key, such as 'ArrowLeft' or 'Enter', during browser automation to simulate user input.
Instructions
Press a key on the keyboard.
Args:
key: Name of the key to press (e.g., 'ArrowLeft', 'Enter', 'a')
Returns:
Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |