[][src]Function mozrunner::path::find_binary

pub fn find_binary(binary_name: &str) -> Option<PathBuf>

Searches the system path (PATH) for an executable binary and returns the first match, or None if not found.