Module

x/fresh/tests/deps.ts>puppeteer.Browser.Bounds

The next-gen web framework.
Extremely Popular
Go to Latest
interface puppeteer.Browser.Bounds
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { Bounds } = puppeteer.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.