Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ is_grid
Method
is_grid
rust/src/lib.rs:757–759 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
755
}
756
757
fn is_grid(&self) -> bool {
758
self.get_browser_name().eq(GRID_NAME)
759
}
760
761
fn is_electron(&self) -> bool {
762
self.get_browser_name().eq_ignore_ascii_case(ELECTRON_NAME)
Callers
4
main
Function · 0.80
download_driver
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