Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface Protocol.Browser.GetWindowForTargetResponse
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GetWindowForTargetResponse } = Protocol.Browser;

Properties

windowId: WindowID

Browser window id.

bounds: Bounds

Bounds information of the window. When window state is 'minimized', the restored window position and size are returned.