Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ is_browser_version_unstable
Method
is_browser_version_unstable
rust/src/lib.rs:818–820 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
816
}
817
818
fn is_browser_version_unstable(&self) -> bool {
819
self.is_unstable(self.get_browser_version())
820
}
821
822
fn is_empty(&self, browser_version: &str) -> bool {
823
browser_version.is_empty()
Callers
7
request_driver_version
Method · 0.80
download_browser
Method · 0.80
discover_local_browser
Method · 0.80
general_discover_browser_version
Method · 0.80
get_major_browser_version
Method · 0.80
request_driver_version
Method · 0.80
request_fixed_browser_version_from_online
Method · 0.80
Implementers
8
edge.rs
rust/src/edge.rs
iexplorer.rs
rust/src/iexplorer.rs
safaritp.rs
rust/src/safaritp.rs
electron.rs
rust/src/electron.rs
chrome.rs
rust/src/chrome.rs
firefox.rs
rust/src/firefox.rs
grid.rs
rust/src/grid.rs
safari.rs
rust/src/safari.rs
Calls
2
is_unstable
Method · 0.80
get_browser_version
Method · 0.80
Tested by
no test coverage detected