Table of Contents

Class CorsErrorStatus

Namespace
OpenQA.Selenium.DevTools.V130.Network
Assembly
WebDriver.dll

CorsErrorStatus

public sealed class CorsErrorStatus
Inheritance
CorsErrorStatus
Inherited Members

Properties

CorsError

corsError

[JsonPropertyName("corsError")]
public CorsError CorsError { get; set; }

Property Value

CorsError

FailedParameter

failedParameter

[JsonPropertyName("failedParameter")]
public string FailedParameter { get; set; }

Property Value

string