Browser.getWindowBounds() method
Gets the specified window bounds.
Signature
class Browser {
abstract getWindowBounds(windowId: WindowId): Promise<WindowBounds>;
}
Parameters
Parameter | Type | Description |
|---|---|---|
windowId |
Returns:
Promise<WindowBounds>
Gets the specified window bounds.
class Browser {
abstract getWindowBounds(windowId: WindowId): Promise<WindowBounds>;
}
Parameter | Type | Description |
|---|---|---|
windowId |
Returns:
Promise<WindowBounds>