Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ is_firefox
Method
is_firefox
rust/src/lib.rs:765–767 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
763
}
764
765
fn is_firefox(&self) -> bool {
766
self.get_browser_name().contains(FIREFOX_NAME)
767
}
768
769
fn is_edge(&self) -> bool {
770
self.get_browser_name().eq(EDGE_NAMES[0])
Callers
3
setup
Method · 0.80
is_browser
Method · 0.80
is_in_cache
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
1
get_browser_name
Method · 0.45
Tested by
no test coverage detected