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

683 B

Home > puppeteer > Protocol > Browser > SetWindowBoundsRequest > bounds

Protocol.Browser.SetWindowBoundsRequest.bounds property

New window bounds. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'. Leaves unspecified fields unchanged.

Signature:

bounds: Bounds;