Live Debugger
The Live Debugger is a powerful feature that allows you to monitor and debug your browser automation sessions in real-time. This tool provides visibility into what's happening during your browser sessions, making it easier to troubleshoot issues and optimize your automation scripts.
Overview
The Live Debugger provides:
- Real-time session monitoring - Watch your browser sessions as they execute
- Interactive debugging - Pause, step through, and inspect your automation
- Network traffic inspection - Monitor requests, responses, and performance
- Console output viewing - See JavaScript console logs and errors
- Element inspection - Examine DOM elements and their properties
Getting Started with the Live Debugger
Follow these steps to start using the Live Debugger:
Log in to Your Account
- Go to the Browserless dashboard
- Sign up or log in to your account
Navigate to the Debugger
- Once logged in, look for the "Debugger" section in the right menu
- Click on it to access the Live Debugger interface
Write and Run Your Code
- Write your Puppeteer code in the debugger interface
- Press the play button to execute your code
- Watch your browser session in real-time as it runs
Next Steps
Have your code ready? You can now use that with our Puppeteer integration or with our /function API that wraps puppeteer code and runs it in the cloud for you.