MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / get_binary_extension

Function get_binary_extension

rust/src/files.rs:625–627  ·  view source on GitHub ↗
(os: &str)

Source from the content-addressed store, hash-verified

623}
624
625pub fn get_binary_extension(os: &str) -> &str {
626 if WINDOWS.is(os) { ".exe" } else { "" }
627}
628
629pub fn parse_version(version_text: String, log: &Logger) -> Result<String, Error> {
630 if version_text.to_ascii_lowercase().contains("error") {

Callers

nothing calls this directly

Calls 1

isMethod · 0.65

Tested by

no test coverage detected