Table of Contents

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

public AutofillAddressData Address { get; set; }

Property Value

AutofillAddressData

CreditCard

public CreditCardData CreditCard { get; set; }

Property Value

CreditCardData