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

Method is_webview2

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

Source from the content-addressed store, hash-verified

792 }
793
794 fn is_webview2(&self) -> bool {
795 // Browser selection matches case-insensitively but keeps the original casing (e.g. "WebView2").
796 self.get_browser_name().eq_ignore_ascii_case(WEBVIEW2_NAME)
797 }
798
799 fn is_browser_version_beta(&self) -> bool {
800 self.is_beta(self.get_browser_version())

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