Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Target.TargetInfo
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { TargetInfo } = Protocol.Target;

Properties

targetId: TargetID
type: string
title: string
url: string
attached: boolean

Whether the target has an attached client.

optional
openerId: TargetID

Opener target Id

canAccessOpener: boolean

Whether the target has access to the originating window.

optional
openerFrameId: Page.FrameId

Frame id of originating window (is only set if target has an opener).

optional
browserContextId: Browser.BrowserContextID