Table of Contents

Class RecordingStateChangedEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.BackgroundService
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Called when the recording state for the service has been updated.

public sealed record RecordingStateChangedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<RecordingStateChangedEventArgs>
Inheritance
EventArgs
RecordingStateChangedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

RecordingStateChangedEventArgs(bool, ServiceName)

Called when the recording state for the service has been updated.

public RecordingStateChangedEventArgs(bool IsRecording, ServiceName Service)

Parameters

IsRecording bool
Service ServiceName

Properties

IsRecording

public bool IsRecording { get; init; }

Property Value

bool

Service

public ServiceName Service { get; init; }

Property Value

ServiceName