Namespace OpenQA.Selenium.DevTools.V148.Security
Classes
- CertificateErrorEventArgs
There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the
handleCertificateErrorcommand. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.
- CertificateSecurityState
Details about the security state of the page certificate.
- DisableCommandResponse
Response for Disables tracking security state changes.
- DisableCommandSettings
Disables tracking security state changes.
- EnableCommandResponse
Response for Enables tracking security state changes.
- EnableCommandSettings
Enables tracking security state changes.
- HandleCertificateErrorCommandResponse
Response for Handles a certificate error that fired a certificateError event.
- HandleCertificateErrorCommandSettings
Handles a certificate error that fired a certificateError event.
- InsecureContentStatus
Information about insecure content on the page.
- SafetyTipInfo
SafetyTipInfo
- SecurityAdapter
Represents an adapter for the Security domain to simplify the command interface.
- SecurityStateChangedEventArgs
The security state of the page changed. No longer being sent.
- SecurityStateExplanation
An explanation of an factor contributing to the security state.
- SetIgnoreCertificateErrorsCommandResponse
Response for Enable/disable whether all certificate errors should be ignored.
- SetIgnoreCertificateErrorsCommandSettings
Enable/disable whether all certificate errors should be ignored.
- SetOverrideCertificateErrorsCommandResponse
Response for Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with
handleCertificateErrorcommands.
- SetOverrideCertificateErrorsCommandSettings
Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with
handleCertificateErrorcommands.
- VisibleSecurityState
Security state information about the page.
- VisibleSecurityStateChangedEventArgs
The security state of the page changed.
Enums
- CertificateErrorAction
The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.
- MixedContentType
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories
- SafetyTipStatus
SafetyTipStatus
- SecurityState
The security level of a page or resource.