BrowserBrowser.setWindowBoundsVersion: 24.34.0On 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>