import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { VisibleSecurityState } = default.Security;
Security state information about the page.
Properties
securityState: SecurityState
The security level of the page.
optional
certificateSecurityState: CertificateSecurityStateSecurity state details about the page certificate.
optional
safetyTipInfo: SafetyTipInfoThe 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.