Interface: BrowserOptions
Interface: BrowserOptions
Configuration options for the Browser decorator. These options extend the default Browser adapter configuration.
Extends
Partial<BrowserAdapterAdapterConfig>
Properties
events?
optional events: string[];
Browser-specific events that the adapter should listen for.
Inherited from
Partial.events
