//! Chrome executable resolver — zero-config like ort.
//!
//! Resolution order:
//! 1. `$CHROME_PATH` — explicit override
//! 2. Build-time baked path (`SHIRABE_BROWSER_PATH`, set by build.rs auto-fetch)
//! 3. System Chrome on PATH
//! 4. Runtime fetch — download Chrome for Testing into cache
//! 5. Error
pub use crateresolve;
/// Synchronous wrapper for use from async contexts.