mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
683 B
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;