Skip to main content
Glama

MCP Appium Server

by Rahulec08

scroll-to-element

Scrolls in a specified direction until a designated element becomes visible, supporting various selector strategies and a customizable maximum number of scroll attempts.

Instructions

Scroll until an element becomes visible

Input Schema

NameRequiredDescriptionDefault
directionNoDirection to scroll (default: down)
maxScrollsNoMaximum number of scroll attempts (default: 10)
selectorYesElement selector to scroll to (e.g., xpath)
strategyNoSelector strategy: xpath, id, accessibility id, class name (default: xpath)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "description": "Direction to scroll (default: down)", "enum": [ "up", "down", "left", "right" ], "type": "string" }, "maxScrolls": { "description": "Maximum number of scroll attempts (default: 10)", "type": "number" }, "selector": { "description": "Element selector to scroll to (e.g., xpath)", "type": "string" }, "strategy": { "description": "Selector strategy: xpath, id, accessibility id, class name (default: xpath)", "type": "string" } }, "required": [ "selector" ], "type": "object" }
Install Server

Other Tools from MCP Appium Server

Related Tools

    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/Rahulec08/appium-mcp'

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