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