hide-keyboard
Quickly hide the on-screen keyboard during mobile app automation to prevent obstruction of UI elements or interactions, ensuring uninterrupted testing workflows.
Instructions
Hide the keyboard if it's currently visible
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"
}