Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Browser.GetWindowForTargetResponse

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Browser.GetWindowForTargetResponse
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
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.