appium_context
List all available Appium contexts and the current one, or switch to a target context. Use list to retrieve contexts or switch to change the active context.
Instructions
Manage Appium contexts with one tool. action=list returns all contexts and current context. action=switch changes to a target context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Use list to fetch contexts or switch to change context. | |
| context | No | Required when action is switch. Common values: NATIVE_APP or WEBVIEW_<id>/WEBVIEW_<package>. | |
| sessionId | No | Session ID to target. If omitted, uses the active session. |