Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Security.VisibleSecurityState

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Security.VisibleSecurityState
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { VisibleSecurityState } = Protocol.Security;

Security state information about the page.

Properties

securityState: SecurityState

The security level of the page.

optional
certificateSecurityState: CertificateSecurityState

Security state details about the page certificate.

optional
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.

securityStateIssueIds: string[]

Array of security state issues ids.