MCPcopy Index your code
hub / github.com/callstack/agent-device / pressAndroidEnter

Function pressAndroidEnter

src/platforms/android/input-actions.ts:50–52  ·  view source on GitHub ↗
(device: DeviceInfo)

Source from the content-addressed store, hash-verified

48}
49
50export async function pressAndroidEnter(device: DeviceInfo): Promise<void> {
51 await runAndroidAdb(device, ['shell', 'input', 'keyevent', 'ENTER']);
52}
53
54export async function rotateAndroid(
55 device: DeviceInfo,

Callers 1

Calls 1

runAndroidAdbFunction · 0.90

Tested by

no test coverage detected