get_console_logs
Retrieve webpage console logs for debugging or analysis by providing the URL and specifying post-load actions like clicks or form submissions using the Browser Use Server.
Instructions
Get the console logs of a webpage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
steps | No | Comma-separated actions or sentences describing steps to take after page load (e.g., "click #submit, scroll down" or "Fill the login form and submit") | |
url | Yes | The URL to navigate to |