Table of Contents

Class RecordingStateChangedEventArgs

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

RecordingStateChanged

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