Table of Contents

Class AuthCredentials.Basic

Namespace
OpenQA.Selenium.BiDi.Modules.Network
Assembly
WebDriver.dll
public record AuthCredentials.Basic : AuthCredentials, IEquatable<AuthCredentials>, IEquatable<AuthCredentials.Basic>
Inheritance
AuthCredentials.Basic
Implements
Inherited Members

Constructors

Basic(string, string)

public Basic(string Username, string Password)

Parameters

Username string
Password string

Properties

Password

public string Password { get; init; }

Property Value

string

Username

public string Username { get; init; }

Property Value

string