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
AddressHomeCountry
Address home country.
public const string AddressHomeCountry = "ADDRESS_HOME_COUNTRY"
Field Value
AddressHomeLine1
Address home line 1.
public const string AddressHomeLine1 = "ADDRESS_HOME_LINE1"
Field Value
AddressHomeLine2
Address home line 2.
public const string AddressHomeLine2 = "ADDRESS_HOME_LINE2"
Field Value
AddressHomeState
Address home state.
public const string AddressHomeState = "ADDRESS_HOME_STATE"
Field Value
AddressHomeStreetAddress
Address home street address.
public const string AddressHomeStreetAddress = "ADDRESS_HOME_STREET_ADDRESS"
Field Value
AddressHomeZip
Address home zip code.
public const string AddressHomeZip = "ADDRESS_HOME_ZIP"
Field Value
EmailAddress
Email address.
public const string EmailAddress = "EMAIL_ADDRESS"
Field Value
NameFirst
First name.
public const string NameFirst = "NAME_FIRST"
Field Value
NameFull
Full name.
public const string NameFull = "NAME_FULL"
Field Value
NameLast
Last name.
public const string NameLast = "NAME_LAST"
Field Value
NameMiddle
Middle name.
public const string NameMiddle = "NAME_MIDDLE"
Field Value
PhoneHomeCityAndNumber
Phone home city and number.
public const string PhoneHomeCityAndNumber = "PHONE_HOME_CITY_AND_NUMBER"
Field Value
PhoneHomeNumber
Phone home number.
public const string PhoneHomeNumber = "PHONE_HOME_NUMBER"
Field Value
PhoneHomeWholeNumber
Phone home whole number.
public const string PhoneHomeWholeNumber = "PHONE_HOME_WHOLE_NUMBER"