Table of Contents

Class SetSPCTransactionModeCommandSettings

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

SetSPCTransactionMode

public sealed class SetSPCTransactionModeCommandSettings : ICommand
Inheritance
SetSPCTransactionModeCommandSettings
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