puppeteer/new-docs/puppeteer.protocol.security.visiblesecuritystate.md
2020-07-13 14:01:35 +01:00

1.4 KiB

Home > puppeteer > Protocol > Security > VisibleSecurityState

Protocol.Security.VisibleSecurityState interface

Security state information about the page.

Signature:

export interface VisibleSecurityState 

Properties

Property Type Description
certificateSecurityState CertificateSecurityState Security state details about the page certificate.
safetyTipInfo SafetyTipInfo The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.
securityState SecurityState The security level of the page.
securityStateIssueIds string[] Array of security state issues ids.