Can’t make |miniaturized| of window 1 into type specifier. (-1700)
I am get the following error when I try to set miniaturized of a window to false/true for an application whose name I supply as a variable.
set x to "Safari"
tell application x to set miniaturized of the front window to false
ERROR
miniaturized-safari.scpt:40:85: execution error: Safari got an error: Can’t make |miniaturized| of window 1 into type specifier. (-1700)
while I don't get any error when I try the following
tell application "Safari" to set miniaturized of the front window to false