Table of Contents

Class SetRPHRegistrationModeCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Page
Assembly
WebDriver.dll

SetRPHRegistrationMode

public sealed class SetRPHRegistrationModeCommandSettings : ICommand
Inheritance
SetRPHRegistrationModeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Mode

Gets or sets the mode

[JsonPropertyName("mode")]
public AutoResponseMode Mode { get; set; }

Property Value

AutoResponseMode