Packages@robojs/mock
SessionRecording
Interface: SessionRecording
Complete session recording with metadata for replay
Properties
| Property | Type | Description |
|---|---|---|
actions | RecordedAction[] | All recorded actions in order |
initialConfig | SessionConfig | Initial session configuration for replay |
logs? | SessionLogEntry[] | Captured logs from connected bots (optional, for log replay) |
metadata | RecordingMetadata | Metadata about the session |
version | 1 | Recording format version |
