MCPcopy Create free account
hub / github.com/tebeka/selenium / AddLogging

Method AddLogging

selenium.go:112–114  ·  view source on GitHub ↗

AddLogging adds logging configuration to the capabilities.

(l log.Capabilities)

Source from the content-addressed store, hash-verified

110
111// AddLogging adds logging configuration to the capabilities.
112func (c Capabilities) AddLogging(l log.Capabilities) {
113 c[log.CapabilitiesKey] = l
114}
115
116// SetLogLevel sets the logging level of a component. It is a shortcut for
117// passing a log.Capabilities instance to AddLogging.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected