Class representing the browser's log as referenced by the DevTools Protocol.
public abstract class Log
Log
Asynchronously clears the browser's log.
public abstract Task Clear()
Returns
A task that represents the asynchronous operation.
Asynchronously disables manipulation of the browser's log.
public abstract Task Disable()
Returns
A task that represents the asynchronous operation.
Asynchronously enables manipulation of the browser's log.
public abstract Task Enable()
Returns
A task that represents the asynchronous operation.
Raises the EntryAdded event.
protected virtual void OnEntryAdded(EntryAddedEventArgs e)
Parameters
e
EntryAddedEventArgs
An EntryAddedEventArgs that contains the event data.
Occurs when an entry is added to the browser's log.
public event EventHandler<EntryAddedEventArgs>? EntryAdded
Event Type
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4