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

Method warn

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

Source from the content-addressed store, hash-verified

159 }
160
161 pub fn warn<T: Display>(&self, message: T) {
162 self.logger(message.to_string(), Level::Warn);
163 }
164
165 pub fn info<T: Display>(&self, message: T) {
166 self.logger(message.to_string(), Level::Info);

Callers 15

mainFunction · 0.45
download_browserMethod · 0.45
setupMethod · 0.45
get_normalized_archMethod · 0.45
get_cache_pathMethod · 0.45
clear_cacheFunction · 0.45
delete_cached_assetFunction · 0.45
write_metadataFunction · 0.45
clear_metadataFunction · 0.45

Calls 1

loggerMethod · 0.45

Tested by

no test coverage detected