Table of Contents

Class AddressFields

Namespace
Selenium.WebDriver.BiDi.Cdp.Autofill
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

A list of address fields.

public sealed record AddressFields : IEquatable<AddressFields>
Inheritance
AddressFields
Implements
Inherited Members

Constructors

AddressFields(ImmutableArray<AddressField>)

A list of address fields.

public AddressFields(ImmutableArray<AddressField> Fields)

Parameters

Fields ImmutableArray<AddressField>

Properties

Fields

public ImmutableArray<AddressField> Fields { get; init; }

Property Value

ImmutableArray<AddressField>