Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 597 Bytes

puppeteer.autofilldata.md

File metadata and controls

17 lines (12 loc) · 597 Bytes
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; }