get_console_logs
Retrieve and filter browser console logs by level (log, info, warn, error, debug) with an option to clear logs afterward. Enhances debugging and monitoring capabilities in Playwright-based browser automation.
Instructions
Get console logs from the browser
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clear | No | Clear console logs after retrieving | |
level | No | Filter logs by level |