session_record_start
Start recording a tab's clicks, scrolls, keystrokes, form fills, selections, and navigations with timestamps. Returns a sessionId required by other recording tools.
Instructions
Begin recording what happens in a tab: clicks, scrolls, keystrokes, form fills, selections and navigations, each with a timestamp. Returns {recording, sessionId, tabId} — keep the sessionId, since every other recording tool needs it. Requires the T3rnel Browser extension. Recording stops on its own if the tab closes or after four hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab to record; uses the active tab when omitted | |
| maxEvents | No | Maximum events to keep, oldest dropped first (default 10000) | |
| sessionId | No | Recording session id; one is generated when omitted |