Start Screen Recording
mobile_start_screen_recordingStart a background screen recording on a mobile device. Specify device, output path, and time limit; recording stops automatically or when stopped.
Instructions
Start recording the screen of a mobile device. The recording runs in the background until stopped with mobile_stop_screen_recording. Returns the path where the recording will be saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| output | No | The file path to save the recording to. Filename must end with .mp4. If not provided, a temporary path will be used. | |
| timeLimit | No | Maximum recording duration in seconds. The recording will stop automatically after this time. |