×

Resize Window

macOS 12 +

Notes

Resize the given window.

Syntax

resizeWindow(window: <#Variable#>, config: <#Enumeration (WFConfiguration)#>, bringToFront: <#Boolean#>, height: <#Integer or Variable#>, width: <#Integer or Variable#>)

Example

resizeWindow(window: Found Window, config: Dimensions, bringToFront: false, height: 100, width: 100)