Documentation ¶
Overview ¶
Package log provides logging-related configuration types and constants.
Index ¶
Constants ¶
const CapabilitiesKey = "goog:loggingPrefs"
CapabilitiesKey is the key for the logging preferences entry in the JSON structure representing WebDriver capabilities.
Note that the W3C spec does not include logging right now, and starting with Chrome 75, "loggingPrefs" has been changed to "goog:loggingPrefs"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capabilities ¶
Capabilities is the map to include in the WebDriver capabilities structure to configure logging.
type Level ¶
type Level string
Level represents a logging level of different components in the browser, the driver, or any intermediary WebDriver servers.
See the documentation of each driver for what browser specific logging components are available.