# setWindowSize
- Change the size of the specified window.
- @summary Support: Web(WebView)
- @see {@link https://w3c.github.io/webdriver/#set-window-size|POST /session/:sessionId/window/size}
- @param width width in pixels to set size to
- @param height height in pixels to set size to
- @param [handle] window handle to set size for (optional, default: 'current')
← getWindowSize window →