PressAKey¶
This docs was updated at: 2026-02-23
com.paragon.web.PressAKey ยท Record
Action to press a key on the keyboard.
Methods¶
of¶
Creates a PressAKey action.
Parameters
| Name | Description |
|---|---|
key |
The key to press |
Returns
A new PressAKey instance
enter¶
Presses the Enter key.
space¶
Presses the Space key.
tab¶
Presses the Tab key.
escape¶
Presses the Escape key.
backspace¶
Presses the Backspace key.
arrowUp¶
Presses the ArrowUp key.
arrowDown¶
Presses the ArrowDown key.
arrowLeft¶
Presses the ArrowLeft key.
arrowRight¶
Presses the ArrowRight key.