puppeteer/docs/api/puppeteer.autofilldata.md

52 lines
509 B
Markdown

---
sidebar_label: AutofillData
---
# 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>
&#123; number: string; name: string; expiryMonth: string; expiryYear: string; cvc: string; &#125;
</td><td>
</td><td>
</td></tr>
</tbody></table>