Class V147Log
Class containing the browser's log as referenced by version 147 of the DevTools Protocol.
public class V147Log : Log
- Inheritance
-
V147Log
- Inherited Members
Constructors
V147Log(LogAdapter)
Initializes a new instance of the V147Log class.
public V147Log(LogAdapter adapter)
Parameters
adapterLogAdapterThe adapter for the Log domain.
Exceptions
- ArgumentNullException
If
adapteris 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.