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

Method clean_browser_path

rust/src/logger.rs:235–237  ·  view source on GitHub ↗
(&self, message: &str)

Source from the content-addressed store, hash-verified

233 }
234
235 fn clean_browser_path(&self, message: &str) -> String {
236 message.replace(BROWSER_PATH, "")
237 }
238
239 fn create_json_log(&self, message: String, level: Level) -> Logs {
240 Logs {

Callers 1

loggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected