pub fn firefox_binary_version(binary: &Path) -> VersionResult<Version>
Expand description

Determine the version of Firefox by executing the binary.

Given the path to a Firefox binary, run firefox –version and extract the version string from the output