Simulates pressing one of the Android system navigation keys (virtual buttons at the bottom of the screen). Use this to navigate back, return to the home screen, or switch between apps.
Parameters
[Select Key]: Corresponds to the virtual keys at the bottom of the Android phone.
Home: Returns to the Android home screen. Equivalent to pressing the center navigation button.
Back: Goes back to the previous screen. Equivalent to pressing the back arrow.
Switch App: Opens the recent apps overview (task switcher). Equivalent to pressing the square/recent apps button.
Output
Output Parameters
None
Execution Log
Start Time
End Time
Duration (ms)
Status (Success/Failure)
Example
1. Close the current app and return to home screen
Press Key vs Keyboard Actions: Press Key simulates Android system navigation keys (Home/Back/Switch App). For text input keys (Enter, Backspace), use Keyboard Actions instead.
Add a Wait after pressing: After pressing Home or Back, add a Wait node to allow the screen transition to complete before the next action.
Use Back to dismiss dialogs: The Back key can dismiss pop-up dialogs, close menus, or collapse the keyboard — not just navigate between screens.