导出原始会话数据
session_dumpReturns all buffered browser session data in memory—console, network, DOM, storage, performance, and screenshots—without writing to disk, so you can process it yourself.
Instructions
把当前缓冲里的全部数据按 CapturedData 结构返回(不做落盘),适合你想自己加工时用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeDom | No | ||
| includeStorage | No | ||
| includeScreenshot | No | ||
| includePerformance | No |