puppeteer/new-docs/puppeteer.protocol.domsnapshot.domnode.documenturl.md

14 lines
556 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [DOMNode](./puppeteer.protocol.domsnapshot.domnode.md) &gt; [documentURL](./puppeteer.protocol.domsnapshot.domnode.documenturl.md)
## Protocol.DOMSnapshot.DOMNode.documentURL property
Document URL that `Document` or `FrameOwner` node points to.
<b>Signature:</b>
```typescript
documentURL?: string;
```