get-contexts
Retrieve available contexts like NATIVE_APP and WEBVIEW in mobile app automation using Appium, aiding in seamless interaction and control for efficient testing workflows.
Instructions
Get all available contexts (NATIVE_APP, WEBVIEW, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}