Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 214 Bytes

puppeteer.page.target.md

File metadata and controls

19 lines (13 loc) · 214 Bytes
sidebar_label
Page.target

Page.target() method

Signature:

class Page {
  target(): Target;
}

Returns:

Target

A target this page was created from.