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
BrowsingContextlogModule
LogModule
Methods
OnEntryAddedAsync(Action<Entry>, SubscriptionOptions?)
public Task<Subscription> OnEntryAddedAsync(Action<Entry> handler, SubscriptionOptions? options = null)
Parameters
handler
Action<Entry>options
SubscriptionOptions
Returns
OnEntryAddedAsync(Func<Entry, Task>, SubscriptionOptions?)
public Task<Subscription> OnEntryAddedAsync(Func<Entry, Task> handler, SubscriptionOptions? options = null)
Parameters
handler
Func<Entry, Task>options
SubscriptionOptions