Table of Contents

Class V146Log

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

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

public class V146Log : Log
Inheritance
V146Log
Inherited Members

Constructors

V146Log(LogAdapter)

Initializes a new instance of the V146Log class.

public V146Log(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.