Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 480 Bytes

puppeteer.autofilldata.md

File metadata and controls

51 lines (29 loc) · 480 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; }