Table of Contents

Class SetRecordingCommandSettings

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

SetRecording

public sealed class SetRecordingCommandSettings : ICommand
Inheritance
SetRecordingCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Service

Gets or sets the service

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

Property Value

ServiceName

ShouldRecord

Gets or sets the shouldRecord

[JsonPropertyName("shouldRecord")]
public bool ShouldRecord { get; set; }

Property Value

bool