[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [DOMNode](./puppeteer.protocol.domsnapshot.domnode.md) > [documentURL](./puppeteer.protocol.domsnapshot.domnode.documenturl.md) ## Protocol.DOMSnapshot.DOMNode.documentURL property Document URL that `Document` or `FrameOwner` node points to. Signature: ```typescript documentURL?: string; ```