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

Method get_timeout

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

Source from the content-addressed store, hash-verified

1548 }
1549
1550 fn get_timeout(&self) -> u64 {
1551 self.get_config().timeout
1552 }
1553
1554 fn set_timeout(&mut self, timeout: u64) -> Result<(), Error> {
1555 if timeout != REQUEST_TIMEOUT_SEC {

Callers 1

update_http_clientMethod · 0.45

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