useElement
boolean - whether to tap on an element or at coordinates
How to use it
useElement is exposed by the MCP Appium Gestures MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the useElement tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL MCP APPIUM GESTURES LISTINGOther tools in MCP Appium Gestures (15)
'up', 'down', 'left', or 'right'
number (optional, default: 300) - distance to scroll
number (optional, default: 500) - duration of the swipe in milliseconds
string (required if useElement is true) - the element ID to tap on
number - ending x coordinate
number - ending y coordinate
Generates code for double tap gesture.
Generates code for long press gesture.
Generates code for scroll gesture.
Generates code for swipe gesture.
Generates code for tap gesture.
'javascript' or 'java'
number (optional, default: 200) - pause duration between taps in milliseconds
number - starting x coordinate
number - starting y coordinate