Skip to main content

find_browser

Function find_browser 

Source
pub fn find_browser(managed_root: Option<&Path>) -> Result<PathBuf>
Expand description

Locate a browser binary.

Order: the PROOFSHEET_CHROME environment variable, then the local managed download, then anything on PATH. Explicit beats implicit, and a pinned local build beats whatever the machine happens to have.