Table of Contents

Class SetAddressesCommandSettings

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

SetAddresses

public sealed class SetAddressesCommandSettings : ICommand
Inheritance
SetAddressesCommandSettings
Implements
Inherited Members

Properties

Addresses

Gets or sets the addresses

[JsonPropertyName("addresses")]
public Address[] Addresses { get; set; }

Property Value

Address[]

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string