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.
//! Static asset bundle for the ops panel. Embedded at compile time via
//! `include_bytes!` so the resulting binary is self-contained.
pubconstINDEX_HTML:&[u8]=include_bytes!("../../../assets/screencast-panel/index.html");pubconstAPP_JS:&[u8]=include_bytes!("../../../assets/screencast-panel/app.js");pubconstAPP_CSS:&[u8]=include_bytes!("../../../assets/screencast-panel/app.css");