browse_session_resume
Resume a paused browser session after human action to continue automated browsing. Retrieve the current page state and interactive elements for further processing.
Instructions
Resume a paused session after human action and return current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds for the resume wait. | |
| maxChars | No | Maximum visible text and ARIA snapshot characters to return. | |
| selector | No | Optional CSS selector to limit snapshot extraction. | |
| sessionId | Yes | Session ID returned by browse_session_start. | |
| maxElements | No | Maximum interactive elements to return. | |
| waitStrategy | No | Optional load state to wait for before reading the session. | |
| captchaPolicy | No | Challenge handling policy. 'detect' reports signals, 'pause' returns state for human action, 'fail' returns an error, 'attempt' returns enhanced challenge metadata, interactive elements, a bounded screenshot, and a suggested strategy. When CAPTCHA_AUTONOMOUS=true, responses are marked for LLM-assisted handling and include provider-specific challengePlaybook context when known. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| text | Yes | ||
| title | No | ||
| status | No | ||
| message | No | ||
| elements | Yes | ||
| maxChars | Yes | ||
| selector | No | ||
| expiresAt | Yes | ||
| sessionId | Yes | ||
| contentType | No | ||
| diagnostics | No | ||
| maxElements | Yes | ||
| ariaSnapshot | No | ||
| challengeType | No | ||
| selectorFound | Yes | ||
| textTruncated | Yes | ||
| captchaIframes | No | ||
| captchaDetected | No | ||
| challengeSignals | No | ||
| ariaSnapshotError | No | ||
| challengeHandling | No | ||
| challengePlaybook | No | ||
| challengeProvider | No | ||
| elementsTruncated | Yes | ||
| suggestedStrategy | No | ||
| requiresUserAction | No | ||
| interactiveElements | No | ||
| ariaSnapshotTruncated | No |