What problem does it solve?
camofox-browser automates interacting with websites in cases where normal browsing and scripted requests fail due to anti-bot fingerprinting, especially when login flows or dynamic pages require realistic browser behavior.
Core Features & Use Cases
- Universal browser automation: Open, navigate, click, type, wait for conditions, scroll, and evaluate page JavaScript using Camoufox.
- Robust login handling with session persistence: Support common login flows (consent popups, form login, QR login, and multi-step authentication) and save/restore authentication state for later reuse.
- Controlled, user-in-the-loop verification: Detect when human intervention is required (QR, sliders, captchas, or login failures) and prompt you to complete the challenge instead of pretending success.
Use Case: You need to log into a finance portal, pass bot checks, and extract article or table content after authentication while keeping your session stable across runs.
Quick Start
Ask the agent to use camofox-browser to open the target URL, complete any required login steps, and then extract the page content you need by snapshots/evaluation while only showing screenshots when a captcha or QR code requires your help.