puppeteer/new-docs/puppeteer.protocol.security.safetytipinfo.safeurl.md

14 lines
578 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Security](./puppeteer.protocol.security.md) &gt; [SafetyTipInfo](./puppeteer.protocol.security.safetytipinfo.md) &gt; [safeUrl](./puppeteer.protocol.security.safetytipinfo.safeurl.md)
## Protocol.Security.SafetyTipInfo.safeUrl property
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.
<b>Signature:</b>
```typescript
safeUrl?: string;
```