Class AutofillAddressData
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Address data for autofilling. See https://chromedevtools.github.io/devtools-protocol/tot/Autofill/#type-Address.
public class AutofillAddressData
- Inheritance
-
AutofillAddressData
Properties
Fields
Gets or sets the address fields to fill.
Each entry has a Name (see AutofillAddressField) and a Value.
public List<AutofillAddressFieldEntry> Fields { get; set; }