puppeteer/new-docs/puppeteer.protocol.page.frame.urlfragment.md

14 lines
502 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; [Page](./puppeteer.protocol.page.md) &gt; [Frame](./puppeteer.protocol.page.frame.md) &gt; [urlFragment](./puppeteer.protocol.page.frame.urlfragment.md)
## Protocol.Page.Frame.urlFragment property
Frame document's URL fragment including the '\#'.
<b>Signature:</b>
```typescript
urlFragment?: string;
```