Table of Contents

Class Credentials

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Options to be used in AuthenticateAsync(Credentials).

public class Credentials
Inheritance
Credentials

Properties

Password

Gets or sets the password to be used for authentication.

public string Password { get; set; }

Property Value

string

Username

Gets or sets the username to be used for authentication.

public string Username { get; set; }

Property Value

string