Table of Contents

Class HandleCertificateErrorCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Security
Assembly
WebDriver.dll

HandleCertificateError

public sealed class HandleCertificateErrorCommandSettings : ICommand
Inheritance
HandleCertificateErrorCommandSettings
Implements
Inherited Members

Properties

Action

Gets or sets the action

[JsonPropertyName("action")]
public CertificateErrorAction Action { get; set; }

Property Value

CertificateErrorAction

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

EventId

Gets or sets the eventId

[JsonPropertyName("eventId")]
public long EventId { get; set; }

Property Value

long