Back to Puppeteer

AutofillData interface

website/versioned_docs/version-24.40.0/api/puppeteer.autofilldata.md

19.2.2579 B
Original Source

AutofillData interface

Signature

typescript
export interface AutofillData

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="creditcard">creditCard</span>

</td><td> </td><td>

{ number: string; name: string; expiryMonth: string; expiryYear: string; cvc: string; }

</td><td>

See Autofill.CreditCard.

</td><td> </td></tr> </tbody></table>