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

Browser window bounds information

Properties

optional
left: integer

The offset from the left edge of the screen to the window in pixels.

optional
top: integer

The offset from the top edge of the screen to the window in pixels.

optional
width: integer

The window width in pixels.

optional
height: integer

The window height in pixels.

optional
windowState: WindowState

The window state. Default to normal.