browser_dump_dvr
Save the last 10 seconds of browser activity as JPEG files to inspect failures. Dumps the rolling DVR buffer for post-mortem analysis.
Instructions
Dump the current rolling in-memory DVR visual buffer (the last 10 seconds of browser activity) to a directory as a sequence of JPEG files. Useful for inspecting what occurred immediately before a failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Custom output directory path (default: process.cwd()/dvr_dumps/dvr_<timestamp>) |