21 lines
382 B
Markdown
21 lines
382 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [url](./puppeteer.page.url.md)
|
||
|
|
||
|
## Page.url() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
url(): string;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
string
|
||
|
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
Shortcut for [page.mainFrame().url()](./puppeteer.frame.url.md).
|
||
|
|