Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 272 Bytes

puppeteer.page.title.md

File metadata and controls

23 lines (15 loc) · 272 Bytes
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().