Getting the Bound of a given window

Hello,

I currently have windows for which the bounds needs to be redefined.

I am using this script

open “monarchhdENREGISTREMENT”
tell the front window to set toolbar visible to false set bounds of front window to {621, 548, 1278, 796}

I’ve relocated the « monarchENREGISTREMENT » window to a new location. Therefore the bounds have been modified.

Is there a quick way to find the new bound?

Thanks in advance!

get bounds of front window
2 Likes

Many thanks!

It’s what I needed!