wait-for-element
Pauses automation until a specified UI element becomes visible on the screen, using element selectors like xpath or id, with a customizable timeout to prevent indefinite waits.
Instructions
Wait for an element to be visible on screen
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | Element selector (e.g., xpath, id) | |
strategy | No | Selector strategy: xpath, id, accessibility id, class name (default: xpath) | |
timeoutMs | No | Timeout in milliseconds (default: 10000) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Appium Server
Related Tools
- @robertheadley/chrome-debug-mcp
- @steel-dev/steel-mcp-server
- @executeautomation/mcp-playwright
- @Rahulec08/appium-mcp
- @AgentsWorkingTogether/mcp-sleep
- @robertheadley/chrome-debug-mcp