Table of Contents

Class RecordingStateChangedEventArgs

Namespace
OpenQA.Selenium.DevTools.V148.BackgroundService
Assembly
Selenium.WebDriver.dll

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

public sealed class RecordingStateChangedEventArgs : EventArgs
Inheritance
RecordingStateChangedEventArgs
Inherited Members

Properties

IsRecording

Gets or sets the isRecording

[JsonPropertyName("isRecording")]
public bool IsRecording { get; set; }

Property Value

bool

Service

Gets or sets the service

[JsonPropertyName("service")]
public ServiceName Service { get; set; }

Property Value

ServiceName