BrowserBrowser.setWindowBoundsVersion: 24.36.1On this pageBrowser.setWindowBounds() method Sets the specified window bounds. Signature class Browser { abstract setWindowBounds( windowId: WindowId, windowBounds: WindowBounds, ): Promise<void>;} Parameters ParameterTypeDescriptionwindowIdWindowIdwindowBoundsWindowBounds Returns: Promise<void>