mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
952 B
952 B
Home > puppeteer > Protocol > Target > AttachToTargetRequest
Protocol.Target.AttachToTargetRequest interface
Signature:
export interface AttachToTargetRequest
Properties
Property | Type | Description |
---|---|---|
flatten | boolean | Enables "flat" access to the session via specifying sessionId attribute in the commands. We plan to make this the default, deprecate non-flattened mode, and eventually retire it. See crbug.com/991325. |
targetId | TargetID |