Give an AI agent any URL and get back a usable page — fetched directly, or rendered in a real browser when the page needs one — with a human able to take over the same browser for a login, captcha, or 2FA.
//! Browser host: launches Chromium, holds the profile lock, runs the
//! listener that exposes CDP, `/health`, `/capabilities`, and the ops panel.
//! Behind the `host` feature so SDK-only consumers don't link chromiumoxide.
pubmodbootstrap;pubmodbrowser;pubmoddisplay;pubmodlistener;pubmodops_panel;pubusebootstrap::HostArgs;