Table of Contents

Class CorsErrorStatus

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record CorsErrorStatus : IEquatable<CorsErrorStatus>
Inheritance
CorsErrorStatus
Implements
Inherited Members

Constructors

CorsErrorStatus(CorsError, string)

public CorsErrorStatus(CorsError CorsError, string FailedParameter)

Parameters

CorsError CorsError
FailedParameter string

Properties

CorsError

public CorsError CorsError { get; init; }

Property Value

CorsError

FailedParameter

public string FailedParameter { get; init; }

Property Value

string