PagePage.authenticateVersion: NextOn this pagePage.authenticate() method Provide credentials for HTTP authentication. Signature: class Page { abstract authenticate(credentials: Credentials): Promise<void>;} Parameters ParameterTypeDescriptioncredentialsCredentials Returns: Promise<void> Remarks To disable authentication, pass null.