puppeteer/website/versioned_docs/version-17.1.1/api/puppeteer.credentials.password.md

14 lines
158 B
Markdown
Raw Normal View History

---
sidebar_label: Credentials.password
---
# Credentials.password property
**Signature:**
```typescript
interface Credentials {
password: string;
}
```