Get page exceptions
console_get_exceptionsRetrieve browser console exceptions from a Chrome tab session, returning raw unsanitized error details. Use to diagnose JavaScript runtime errors during automation.
Instructions
Enable Runtime, consume Raw exception events, and return bounded unsanitized exception details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | ||
| sessionId | Yes | ||
| timeoutMs | No | ||
| targetSessionId | No |