Table of Contents

Class AuthCredentials

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

Constructors

AuthCredentials(string, string)

public AuthCredentials(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