×

Resize Window

macOS 12 +

Notes

Resize the given window.

Syntax

resizeWindow(window: <#Variable#>, config: <#Enumeration (WFConfiguration)#>, bringToFront: <#Boolean (Optional)#>, height: <#Number (Allows Variables) (Optional)#>, width: <#Number (Allows Variables) (Optional)#>)

Example

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