Table of Contents

Class AddressField

Namespace
Selenium.WebDriver.BiDi.Cdp.Autofill
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record AddressField : IEquatable<AddressField>
Inheritance
AddressField
Implements
Inherited Members

Constructors

AddressField(string, string)

public AddressField(string Name, string Value)

Parameters

Name string

address field name, for example GIVEN_NAME. The full list of supported field names: https://source.chromium.org/chromium/chromium/src/+/main:components/autofill/core/browser/field_types.cc;l=38

Value string

address field value, for example Jon Doe.

Properties

Name

address field name, for example GIVEN_NAME. The full list of supported field names: https://source.chromium.org/chromium/chromium/src/+/main:components/autofill/core/browser/field_types.cc;l=38

public string Name { get; init; }

Property Value

string

Value

address field value, for example Jon Doe.

public string Value { get; init; }

Property Value

string