browser_resume
Resume paused browser script execution; optionally step through actions one at a time or pause at a specific file and line for debugging.
Instructions
Resume script execution after it was paused. When called with step set to true, execution will pause again before the next action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | No | When true, execution will pause again before the next action, allowing step-by-step debugging. | |
| location | No | Pause execution at a specific <file>:<line>, e.g. "example.spec.ts:42". |