mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
3b09e956c6
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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().