Class V132Log
Class containing the browser's log as referenced by version 132 of the DevTools Protocol.
public class V132Log : Log
- Inheritance
-
V132Log
- Inherited Members
Constructors
V132Log(LogAdapter)
Initializes a new instance of the V132Log class.
public V132Log(LogAdapter adapter)
Parameters
adapter
LogAdapterThe 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.