[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [VisibleSecurityState](./puppeteer.protocol.security.visiblesecuritystate.md) > [safetyTipInfo](./puppeteer.protocol.security.visiblesecuritystate.safetytipinfo.md) ## Protocol.Security.VisibleSecurityState.safetyTipInfo property 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. Signature: ```typescript safetyTipInfo?: SafetyTipInfo; ```