Live Debugger
Debug Playwright & Puppeteer Headless Browser Runs
Headless runs hide what actually happened; logs alone aren't enough. Debugging requires juggling local tools, reproducing state, and hoping you can catch the issue. Our Live Debugger lets you see exactly what's happening in real-time.

Network-first Inspection
Inspect requests, headers, timing, and payloads inline. See exactly what network activity is happening during your automation.
Works anywhere
Works with Puppeteer code, export to /function API. Debug automations running in the cloud without any local setup.
Step-through & breakpoints
Pause at page.click() and watch the DOM highlight. Step through your automation code and see exactly what each action does.
Real-time visual debugging
Watch your browser automation execute live with instant visual feedback, eliminating guesswork from your debugging workflow.
Integrated code viewer
View your script execution alongside the browser viewport, making it easy to correlate code with visual results.
Instant error diagnosis
Identify and fix issues faster with comprehensive debugging tools that show exactly where and why your automation failed.
Pair with other features
Hybrid Automations
Debug hybrid automation sessions in real-time. Watch both the automated portions and user interactions as they happen.
Captcha Solving
Debug captcha solving flows in real-time. See exactly how bot detection is triggered and how the solver responds.