Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ is_electron
Method
is_electron
rust/src/lib.rs:761–763 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
759
}
760
761
fn is_electron(&self) -> bool {
762
self.get_browser_name().eq_ignore_ascii_case(ELECTRON_NAME)
763
}
764
765
fn is_firefox(&self) -> bool {
766
self.get_browser_name().contains(FIREFOX_NAME)
Callers
3
discover_local_browser
Method · 0.80
download_browser_if_necessary
Method · 0.80
setup
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