puppeteer/new-docs/puppeteer.protocol.network.authchallengeresponse.username.md
2020-07-13 14:01:35 +01:00

614 B

Home > puppeteer > Protocol > Network > AuthChallengeResponse > username

Protocol.Network.AuthChallengeResponse.username property

The username to provide, possibly empty. Should only be set if response is ProvideCredentials.

Signature:

username?: string;