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

Method error

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

Source from the content-addressed store, hash-verified

155 }
156
157 pub fn error<T: Display>(&self, message: T) {
158 self.logger(message.to_string(), Level::Error);
159 }
160
161 pub fn warn<T: Display>(&self, message: T) {
162 self.logger(message.to_string(), Level::Warn);

Callers 15

mainFunction · 0.45
registerValidSWFunction · 0.45
unregisterFunction · 0.45
ColumnSelectorFunction · 0.45
RunningSessionsFunction · 0.45
handleDeleteSessionFunction · 0.45
ccFunction · 0.45
jquery.min.jsFile · 0.45
mFunction · 0.45
mainFunction · 0.45

Calls 1

loggerMethod · 0.45

Tested by

no test coverage detected