pub fn install_browser(version: Option<&str>, force: bool) -> Result<PathBuf>Expand description
Download a pinned Chrome for Testing headless shell.
Returns the path to the binary. If a managed browser is already present
and force is false, it is returned untouched.