ios_actions_record_start
Start recording every Web Inspector / CDP command and event for a device — what was sent, what came back, and how long each took. Spans all Safari tool calls until ios_safari_record_stop, across the one-shot sessions they each open. A DIAGNOSTIC trace, not a replayable script: CDP payloads carry session-scoped node and object ids that are meaningless in a later session, so use flow recording (which captures selectors) when you want playback. Payloads over 2000 chars are truncated (a screenshot command alone returns megabytes of base64) and the trace stops appending after 50,000 entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | iOS device UDID | |
| label | No | Short name to find this recording by later. |