Skip to main content
Glama

Android Puppeteer

by pedro-rivas

long_press

Simulate long press gestures at specified coordinates on Android device screens for extended touch interactions in automated testing and control scenarios.

Instructions

Long press on specific coordinates on the Android screen.

Input Schema

NameRequiredDescriptionDefault
device_idNo
xYes
yYes

Input Schema (JSON Schema)

{ "properties": { "device_id": { "default": null, "title": "Device Id", "type": "string" }, "x": { "title": "X", "type": "integer" }, "y": { "title": "Y", "type": "integer" } }, "required": [ "x", "y" ], "title": "long_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