puppeteer/docs/api/puppeteer.frame.url.md
jrandolf b4176029d9
chore: update dependencies (#8771)
* chore: update dependencies
2022-08-11 07:55:02 +02: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.