analyze_race_conditions
Identify potential race conditions in Playwright traces by flagging network requests still in-flight when user actions fire.
Instructions
Detects potential race conditions by finding network requests that were still in-flight when a user interaction action fired. Returns flagged actions with pending requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_path | Yes | Absolute path to trace.zip, or a URL (https://) to download it from |