puppeteer/new-docs/puppeteer.protocol.page.frame.unreachableurl.md

14 lines
602 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; [Page](./puppeteer.protocol.page.md) &gt; [Frame](./puppeteer.protocol.page.frame.md) &gt; [unreachableUrl](./puppeteer.protocol.page.frame.unreachableurl.md)
## Protocol.Page.Frame.unreachableUrl property
If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.
<b>Signature:</b>
```typescript
unreachableUrl?: string;
```