95d77c679c
Reverts puppeteer/puppeteer#9152
14 lines
158 B
Markdown
14 lines
158 B
Markdown
---
|
|
sidebar_label: Credentials.password
|
|
---
|
|
|
|
# Credentials.password property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface Credentials {
|
|
password: string;
|
|
}
|
|
```
|