chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.security / HandleCertificateErrorRequest

HandleCertificateErrorRequest

data class HandleCertificateErrorRequest
Deprecated: Deprecated in the Chrome DevTools protocol

Request object containing input parameters for the SecurityDomain.handleCertificateError command.

Constructors

<init>

Request object containing input parameters for the SecurityDomain.handleCertificateError command.

HandleCertificateErrorRequest(eventId: Int, action: CertificateErrorAction)

Properties

action

The action to take on the certificate error.

val action: CertificateErrorAction

eventId

The ID of the event.

val eventId: Int