Table of Contents

Class HandleCertificateErrorCommandSettings

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

Handles a certificate error that fired a certificateError event.

public sealed class HandleCertificateErrorCommandSettings : ICommand
Inheritance
HandleCertificateErrorCommandSettings
Implements
Inherited Members

Properties

Action

The action to take on the certificate error.

[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

The ID of the event.

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

Property Value

long