[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [Frame](./puppeteer.protocol.page.frame.md) > [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. Signature: ```typescript unreachableUrl?: string; ```