BrowserBrowser.getWindowBoundsVersion: 24.33.0On this pageBrowser.getWindowBounds() 方法 ¥Browser.getWindowBounds() method 获取指定的窗口 bounds。 ¥Gets the specified window bounds. 签名 ¥Signature class Browser { abstract getWindowBounds(windowId: WindowId): Promise<WindowBounds>;} 参数 ¥Parameters 范围类型描述windowIdWindowId Returns: Promise<WindowBounds>