puppeteer/new-docs/puppeteer.protocol.browser.setwindowboundsrequest.md
2020-07-13 14:01:35 +01:00

990 B

Home > puppeteer > Protocol > Browser > SetWindowBoundsRequest

Protocol.Browser.SetWindowBoundsRequest interface

Signature:

export interface SetWindowBoundsRequest 

Properties

Property Type Description
bounds Bounds New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged.
windowId WindowID Browser window id.