mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
238 B
238 B
sidebar_label |
---|
Page.url |
Page.url() method
The page's URL.
Signature:
class Page {
url(): string;
}
Returns:
string
Remarks
Shortcut for page.mainFrame().url().