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