Browser Debug Quick Reference
Enable Debug Mode
What Gets Captured
| Event | Screenshot | Fresh Snapshot | Auto-Retry |
|---|---|---|---|
| Click fails | ✅ | ✅ | ✅ (if ref not found) |
| Type fails | ✅ | ✅ | ✅ (if ref not found) |
| Element not found | ✅ | ✅ | ✅ |
| Element not interactable | ✅ | ✅ | ❌ |
| Successful action | ❌ | ❌ | N/A |
Screenshot Naming
Examples:
error_click_resolve_ref42_2026-02-08_14-30-45.123.pngerror_click_not_interactable_ref15_2026-02-08_14-30-46.456.pngerror_type_focus_ref8_2026-02-08_14-30-47.789.pngerror_type_input_ref10_2026-02-08_14-30-48.789.png
Default Directories
| Platform | Default Debug Dir |
|---|---|
| macOS / Linux | /tmp/lsbot/ |
| Windows | %TEMP%\lsbot\ |
Common Error Messages
With Debug Disabled
With Debug Enabled
Automatic Retry Flow
Maintenance
Performance
- No impact during successful operations
- ~50-100ms overhead per error (screenshot capture)
- Screenshots only created on failures
- Recommended for development/testing, optional for production