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

Method get_language_binding

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

Source from the content-addressed store, hash-verified

1672 }
1673
1674 fn get_language_binding(&self) -> &str {
1675 self.get_config().language_binding.as_str()
1676 }
1677
1678 fn set_language_binding(&mut self, language_binding: String) {
1679 if !language_binding.is_empty() {

Callers 1

statsMethod · 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_configMethod · 0.45

Tested by

no test coverage detected