system
Execute device system operations like running shell commands, reading logs, managing clipboard, permissions, and transferring files for mobile automation on Android and iOS.
Instructions
System operations, clipboard, permissions, files. shell: run command. logs: device logs. clipboard_*: Android clipboard. permission_*: app permissions. file_*: Aurora file transfer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | No | Duration in milliseconds (wait, default: 1000) | |
| tag | No | Filter by tag (logs, Android only) | |
| url | No | URL to open (open_url) | |
| level | No | Log level filter (logs) | |
| lines | No | Number of log lines (logs, default: 100) | |
| action | Yes | ||
| command | No | Shell command to execute (shell) | |
| fieldId | No | Find input field by resource ID before paste (clipboard_paste) | |
| package | No | Package name (logs, permissions) | |
| platform | No | Target platform. If not specified, uses the active target. | |
| fieldText | No | Find input field by text before paste (clipboard_paste) | |
| localPath | No | Local file path (file_push/pull) | |
| permission | No | Permission to grant/revoke (permission_grant/revoke) | |
| remotePath | No | Remote file path (file_push/pull) |