PagePage.contentVersion: 24.14.0On this pagePage.content() method The full HTML contents of the page, including the DOCTYPE. Signature class Page { content(): Promise<string>;} Returns: Promise<string>