Skip to main content
Glama

Android Puppeteer

by pedro-rivas

press

Tap or long press on specific screen coordinates to interact with Android UI elements during automated testing and device control.

Instructions

Tap on specific coordinates on the Android screen. Use duration for long press (in milliseconds).

Input Schema

NameRequiredDescriptionDefault
device_idNo
durationNo
xYes
yYes

Input Schema (JSON Schema)

{ "properties": { "device_id": { "default": null, "title": "Device Id", "type": "string" }, "duration": { "default": null, "title": "Duration", "type": "integer" }, "x": { "title": "X", "type": "integer" }, "y": { "title": "Y", "type": "integer" } }, "required": [ "x", "y" ], "title": "pressArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pedro-rivas/android-puppeteer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server