Class AutofillData
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Data for autofilling form fields. Provide either CreditCard or Address, but not both.
public class AutofillData
- Inheritance
-
AutofillData
Properties
Address
Gets or sets the address data. See https://chromedevtools.github.io/devtools-protocol/tot/Autofill/#type-Address.
public AutofillAddressData Address { get; set; }
Property Value
CreditCard
Gets or sets the credit card data. See https://chromedevtools.github.io/devtools-protocol/tot/Autofill/#type-CreditCard.
public CreditCardData CreditCard { get; set; }