Table of Contents

Class V130Log

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

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

public class V130Log : Log
Inheritance
V130Log
Inherited Members

Constructors

V130Log(LogAdapter)

Initializes a new instance of the V130Log class.

public V130Log(LogAdapter adapter)

Parameters

adapter LogAdapter

The adapter for the Log domain.

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.