get-current-activity
Retrieve the current Android activity name to monitor app navigation and state during mobile automation testing with a standardized Appium-based protocol.
Instructions
Get the current Android activity name
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"
}