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

Method debug

rust/src/logger.rs:169–171  ·  view source on GitHub ↗
(&self, message: T)

Source from the content-addressed store, hash-verified

167 }
168
169 pub fn debug<T: Display>(&self, message: T) {
170 self.logger(message.to_string(), Level::Debug);
171 }
172
173 pub fn debug_or_warn<T: Display>(&self, message: T, is_debug: bool) {
174 let level = if is_debug { Level::Debug } else { Level::Warn };

Callers 15

acquireMethod · 0.45
mainFunction · 0.45
flush_and_exitFunction · 0.45
uncompressFunction · 0.45
uncompress_dmgFunction · 0.45
install_msiFunction · 0.45
parse_versionFunction · 0.45
download_driverMethod · 0.45
download_browserMethod · 0.45

Calls 1

loggerMethod · 0.45

Tested by

no test coverage detected