puppeteer/docs/api/puppeteer.credentials.password.md
2022-07-05 15:41:43 +02:00

158 B

sidebar_label
Credentials.password

Credentials.password property

Signature:

interface Credentials {
  password: string;
}