puppeteer/website/versioned_docs/version-16.1.0/api/puppeteer.frame.url.md

20 lines
163 B
Markdown
Raw Normal View History

---
sidebar_label: Frame.url
---
# Frame.url() method
**Signature:**
```typescript
class Frame {
url(): string;
}
```
**Returns:**
string
the frame's URL.