Namespace OpenQA.Selenium.DevTools.V148.BackgroundService
Classes
- BackgroundServiceAdapter
Represents an adapter for the BackgroundService domain to simplify the command interface.
- BackgroundServiceEvent
BackgroundServiceEvent
- BackgroundServiceEventReceivedEventArgs
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.
- ClearEventsCommandResponse
Response for Clears all stored data for the service.
- ClearEventsCommandSettings
Clears all stored data for the service.
- EventMetadata
A key-value pair for additional event information to pass along.
- RecordingStateChangedEventArgs
Called when the recording state for the service has been updated.
- SetRecordingCommandResponse
Response for Set the recording state for the service.
- SetRecordingCommandSettings
Set the recording state for the service.
- StartObservingCommandResponse
Response for Enables event updates for the service.
- StartObservingCommandSettings
Enables event updates for the service.
- StopObservingCommandResponse
Response for Disables event updates for the service.
- StopObservingCommandSettings
Disables event updates for the service.
Enums
- ServiceName
The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.