Table of Contents

Class V136Log

Namespace
OpenQA.Selenium.DevTools.V136
Assembly
WebDriver.dll

Class containing the browser's log as referenced by version 136 of the DevTools Protocol.

public class V136Log : Log
Inheritance
V136Log
Inherited Members

Constructors

V136Log(LogAdapter)

Initializes a new instance of the V136Log class.

public V136Log(LogAdapter adapter)

Parameters

adapter LogAdapter

The adapter for the Log domain.

Exceptions

ArgumentNullException

If adapter is null.

Methods

Clear()

Asynchronously clears the browser's log.

public override Task Clear()

Returns

Task

A task that represents the asynchronous operation.

Disable()

Asynchronously disables manipulation of the browser's log.

public override Task Disable()

Returns

Task

A task that represents the asynchronous operation.

Enable()

Asynchronously enables manipulation of the browser's log.

public override Task Enable()

Returns

Task

A task that represents the asynchronous operation.