Home > puppeteer > Protocol > Page > Frame > unreachableUrl
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:
unreachableUrl?: string;