MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / is_electron

Method is_electron

rust/src/lib.rs:782–784  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

780 }
781
782 fn is_electron(&self) -> bool {
783 self.get_browser_name().eq_ignore_ascii_case(ELECTRON_NAME)
784 }
785
786 fn is_firefox(&self) -> bool {
787 self.get_browser_name().contains(FIREFOX_NAME)

Callers 3

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