Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ is_browser_version_stable
Method
is_browser_version_stable
rust/src/lib.rs:834–836 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
832
}
833
834
fn is_browser_version_stable(&self) -> bool {
835
self.is_stable(self.get_browser_version())
836
}
837
838
fn is_version_specific(&self, version: &str) -> bool {
839
version.contains(
"."
)
Callers
7
request_driver_version
Method · 0.80
download_browser
Method · 0.80
discover_local_browser
Method · 0.80
general_request_browser_version
Method · 0.80
get_major_browser_version
Method · 0.80
request_driver_version
Method · 0.80
get_browser_url_for_download
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_stable
Method · 0.80
get_browser_version
Method · 0.80
Tested by
no test coverage detected