MCPcopy Create free account
hub / github.com/Action-State-Labs/android-action-kernel / _execute_enter

Function _execute_enter

actions.py:72–75  ·  view source on GitHub ↗

Press the Enter key.

()

Source from the content-addressed store, hash-verified

70
71
72def _execute_enter() -> None:
73 """Press the Enter key."""
74 print("⏎ Pressing Enter")
75 run_adb_command(["shell", "input", "keyevent", KEYCODE_ENTER])
76
77
78def _execute_swipe(action: Dict[str, Any]) -> None:

Callers 1

execute_actionFunction · 0.85

Calls 1

run_adb_commandFunction · 0.85

Tested by

no test coverage detected