Interface for managing WebDriver log records.
The parent driver.
Fetches available log entries for the given type.
Note that log buffers are reset after each call, meaning that available log entries correspond to those entries not yet returned for a given log type. In practice, this means that this call will return the available log entries since the last call, or from the start of the session.The desired log type.
A promise that will resolve to a list of log entries for the specified type.
Retrieves the log types available to this driver.
A promise that will resolve to a list of available log types.