lock-device
Lock the device screen for a specified duration to enable controlled testing or automation scenarios using the MCP Appium Server.
Instructions
Lock the device screen
Input Schema
Name | Required | Description | Default |
---|---|---|---|
durationSec | No | Duration in seconds to lock the device for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"durationSec": {
"description": "Duration in seconds to lock the device for",
"type": "number"
}
},
"type": "object"
}