pub fn get_or_install_geckodriver(
    cache: &Cache,
    mode: InstallMode
) -> Result<PathBuf, Error>
Expand description

Get the path to an existing geckodriver, or install it if no existing binary is found or if there is a new binary version.