Class AutofillAddressFieldEntry
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Represents a single autofill address field name/value pair.
public class AutofillAddressFieldEntry
- Inheritance
-
AutofillAddressFieldEntry
Properties
Name
Gets or sets the field type name. Use constants from AutofillAddressField or a raw CDP field name string.
public string Name { get; set; }
Property Value
Value
Gets or sets the field value.
public string Value { get; set; }