Skip to main content
Version: v2

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:

  1. Log in to Your Account

  2. 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
  3. 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.