shell
Execute shell commands on Android devices using ADB or iOS simulators via simctl to automate mobile device operations and management.
Instructions
Execute shell command. ADB shell for Android, simctl for iOS
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute | |
| platform | No | Target platform. If not specified, uses the active device. |