mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24cb6a28ad
* chore: document Frame class
18 lines
342 B
Markdown
18 lines
342 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Frame](./puppeteer.frame.md) > [url](./puppeteer.frame.url.md)
|
|
|
|
## Frame.url() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
url(): string;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
string
|
|
|
|
the frame's URL.
|
|
|