Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_client
Method · 0.45
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