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