get_action_timeline
Retrieve a paginated timeline of recorded actions with locators and timings from Playwright traces. Use limit and offset to navigate large trace files for efficient analysis.
Instructions
Returns a paginated timeline of all actions with locators and timings. Use limit/offset to page through large traces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return | |
| offset | No | Number of items to skip | |
| trace_path | Yes | Absolute path to trace.zip, or a URL (https://) to download it from |