Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ clean_driver_path
Method
clean_driver_path
rust/src/logger.rs:231–233 ·
view source on GitHub ↗
(&self, message: &str)
Source
from the content-addressed store, hash-verified
229
}
230
231
fn clean_driver_path(&self, message: &str) -> String {
232
message.replace(DRIVER_PATH,
""
)
233
}
234
235
fn clean_browser_path(&self, message: &str) -> String {
236
message.replace(BROWSER_PATH,
""
)
Callers
1
logger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected