Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_client
Method · 0.80
Implementers
8
edge.rs
rust/src/edge.rs
iexplorer.rs
rust/src/iexplorer.rs
safaritp.rs
rust/src/safaritp.rs
electron.rs
rust/src/electron.rs
chrome.rs
rust/src/chrome.rs
firefox.rs
rust/src/firefox.rs
grid.rs
rust/src/grid.rs
safari.rs
rust/src/safari.rs
Calls
1
get_config
Method · 0.45
Tested by
no test coverage detected