×

Move Window

macOS 12 +

Notes

Move the given window.

Syntax

moveWindow(window: <#Variable#>, bringToFront: <#Enumeration (WFPosition)#>, position: <#Enumeration (WFBringToFront)#>, xCoordinate: <#Integer or Variable#>, yCoordinate: <#Integer or Variable#>)

Example

moveWindow(window: Found Window, bringToFront: Coordinates, position: false, xCoordinate: 100, yCoordinate: 100)