[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [NodeTreeSnapshot](./puppeteer.protocol.domsnapshot.nodetreesnapshot.md) > [currentSourceURL](./puppeteer.protocol.domsnapshot.nodetreesnapshot.currentsourceurl.md) ## Protocol.DOMSnapshot.NodeTreeSnapshot.currentSourceURL property The selected url for nodes with a srcset attribute. Signature: ```typescript currentSourceURL?: RareStringData; ```