Skip to main content

install_browser

Function install_browser 

Source
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.