//! hCaptcha solving via a piloted Chromium-family browser instance.
use crateAuthState;
use crateCliError;
pub const SUNO_HCAPTCHA_SITEKEY: &str = "d65453de-3f1a-4aac-9366-a0f06e52b2ce";
pub const CDP_PORT: u16 = 9233;
pub const CDP_HOST: &str = "127.0.0.1";
/// Solve a fresh hCaptcha challenge and return the token to attach to a
/// `/api/generate/v2-web/` request body.
pub async