rnw_press_key
Simulate keyboard input in React Native Web browser sessions by pressing a specified key. Use it to trigger Enter, Tab, Escape, or arrow key actions during automated testing.
Instructions
Press a keyboard key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to press (e.g., 'Enter', 'Tab', 'Escape', 'ArrowDown') |