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