mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
552 B
552 B
sidebar_label
| sidebar_label |
|---|
| Page.authenticate |
Page.authenticate() method
Provide credentials for HTTP authentication.
Signature:
class Page {
authenticate(credentials: Credentials): Promise<void>;
}
Parameters
| Parameter | Type | Description |
|---|---|---|
| credentials | Credentials |
Returns:
Promise<void>
Remarks
To disable authentication, pass null.