pub fn verify_installed(
host_name: &str,
browsers: Option<&[&str]>,
scope: Scope,
) -> Result<bool>Expand description
Verify installation for a host across browsers.
- If
browsersis None, checks all configured browsers inbrowsers.toml. - On Windows, if
windows_registry=true, verification is registry-aware.