Table of Contents

Class SetSPCTransactionModeCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Page
Assembly
Selenium.WebDriver.dll
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 string Mode { get; set; }

Property Value

string