Table of Contents

Class BrowsingContextLogModule

Namespace
OpenQA.Selenium.BiDi.Modules.BrowsingContext
Assembly
WebDriver.dll
public class BrowsingContextLogModule
Inheritance
BrowsingContextLogModule
Inherited Members

Constructors

BrowsingContextLogModule(BrowsingContext, LogModule)

public BrowsingContextLogModule(BrowsingContext context, LogModule logModule)

Parameters

context BrowsingContext
logModule LogModule

Methods

OnEntryAddedAsync(Action<Entry>, SubscriptionOptions?)

public Task<Subscription> OnEntryAddedAsync(Action<Entry> handler, SubscriptionOptions? options = null)

Parameters

handler Action<Entry>
options SubscriptionOptions

Returns

Task<Subscription>

OnEntryAddedAsync(Func<Entry, Task>, SubscriptionOptions?)

public Task<Subscription> OnEntryAddedAsync(Func<Entry, Task> handler, SubscriptionOptions? options = null)

Parameters

handler Func<Entry, Task>
options SubscriptionOptions

Returns

Task<Subscription>