Table of Contents

Class TriggerCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Autofill
Assembly
WebDriver.dll

Trigger

public sealed class TriggerCommandSettings : ICommand
Inheritance
TriggerCommandSettings
Implements
Inherited Members

Properties

Card

Gets or sets the card

[JsonPropertyName("card")]
public CreditCard Card { get; set; }

Property Value

CreditCard

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FieldId

Gets or sets the fieldId

[JsonPropertyName("fieldId")]
public long FieldId { get; set; }

Property Value

long

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FrameId { get; set; }

Property Value

string