0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/api/puppeteer.frame.url.md
jrandolf b4176029d9
chore: update dependencies ()
* 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.