Table of Contents

Class AutofillAddressField

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Supported autofill address field names. See https://source.chromium.org/chromium/chromium/src/+/main:components/autofill/core/browser/field_types.cc for the full list of supported fields.

public static class AutofillAddressField
Inheritance
AutofillAddressField

Fields

AddressHomeCity

Address home city.

public const string AddressHomeCity = "ADDRESS_HOME_CITY"

Field Value

string

AddressHomeCountry

Address home country.

public const string AddressHomeCountry = "ADDRESS_HOME_COUNTRY"

Field Value

string

AddressHomeLine1

Address home line 1.

public const string AddressHomeLine1 = "ADDRESS_HOME_LINE1"

Field Value

string

AddressHomeLine2

Address home line 2.

public const string AddressHomeLine2 = "ADDRESS_HOME_LINE2"

Field Value

string

AddressHomeState

Address home state.

public const string AddressHomeState = "ADDRESS_HOME_STATE"

Field Value

string

AddressHomeStreetAddress

Address home street address.

public const string AddressHomeStreetAddress = "ADDRESS_HOME_STREET_ADDRESS"

Field Value

string

AddressHomeZip

Address home zip code.

public const string AddressHomeZip = "ADDRESS_HOME_ZIP"

Field Value

string

EmailAddress

Email address.

public const string EmailAddress = "EMAIL_ADDRESS"

Field Value

string

NameFirst

First name.

public const string NameFirst = "NAME_FIRST"

Field Value

string

NameFull

Full name.

public const string NameFull = "NAME_FULL"

Field Value

string

NameLast

Last name.

public const string NameLast = "NAME_LAST"

Field Value

string

NameMiddle

Middle name.

public const string NameMiddle = "NAME_MIDDLE"

Field Value

string

PhoneHomeCityAndNumber

Phone home city and number.

public const string PhoneHomeCityAndNumber = "PHONE_HOME_CITY_AND_NUMBER"

Field Value

string

PhoneHomeNumber

Phone home number.

public const string PhoneHomeNumber = "PHONE_HOME_NUMBER"

Field Value

string

PhoneHomeWholeNumber

Phone home whole number.

public const string PhoneHomeWholeNumber = "PHONE_HOME_WHOLE_NUMBER"

Field Value

string