MCPcopy 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

mainFunction · 0.80
download_driverMethod · 0.80
setupMethod · 0.80

Implementers 8

edge.rsrust/src/edge.rs
iexplorer.rsrust/src/iexplorer.rs
safaritp.rsrust/src/safaritp.rs
electron.rsrust/src/electron.rs
chrome.rsrust/src/chrome.rs
firefox.rsrust/src/firefox.rs
grid.rsrust/src/grid.rs
safari.rsrust/src/safari.rs

Calls 1

get_browser_nameMethod · 0.45

Tested by

no test coverage detected