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

Method get_proxy

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

Source from the content-addressed store, hash-verified

1535 }
1536
1537 fn get_proxy(&self) -> &str {
1538 self.get_config().proxy.as_str()
1539 }
1540
1541 fn set_proxy(&mut self, proxy: String) -> Result<(), Error> {
1542 if !proxy.is_empty() && !self.is_offline() {

Callers 1

update_http_clientMethod · 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