get_console_errors
Retrieve console errors, warnings, and logs from a web page with optional URL targeting and level filtering. Helps diagnose JavaScript exceptions and debugging output during browser automation.
Instructions
获取 Console 异常和日志
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | 页面 URL(可选,如果未提供则使用当前页面) | |
| level | No | 日志级别过滤 | all |