puppeteer/docs/api/puppeteer.frame.url.md
2022-07-01 11:52:39 +00:00

20 lines
163 B
Markdown

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