appium_alert
Handle mobile app alerts by accepting, dismissing, or reading alert text to keep automation tests moving forward.
Instructions
Handle system alerts with action=accept|dismiss, or read alert text with action=get_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on alert: accept, dismiss, or get_text | |
| sessionId | No | Session ID to target. If omitted, uses the active session. | |
| buttonLabel | No | Optional label of the button to click for accept/dismiss. |