puppeteer/docs/api/puppeteer.autofilldata.md
2023-07-19 17:42:31 +00:00

567 B

sidebar_label
AutofillData

AutofillData interface

Signature:

export interface AutofillData

Properties

Property Modifiers Type Description Default
creditCard { number: string; name: string; expiryMonth: string; expiryYear: string; cvc: string; }