Verstehe, prinzipiell sollte das auch mit System Events gehen…

bei mir auf Mojave funktioniert das allerdings nicht. Ich kann die Position lesen aber nicht verändern

Show Plain Text
  1. tell application "System Events"
  2.   tell process "Safari"
  3.     tell (first window whose name starts with "Web Inspector")
  4.       set value of attribute "AXPosition" to {200, 200}
  5.     end tell
  6.   end tell
  7. end tell


Eine andere Möglichkeit gibt es mit AppleScript nicht.
----------
Gruss

Stefan