puppeteer/new-docs/puppeteer.protocol.page.frame.unreachableurl.md
2020-07-13 14:01:35 +01:00

602 B

Home > puppeteer > Protocol > Page > Frame > unreachableUrl

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:

unreachableUrl?: string;