【Apple Script】マウスをクリックする

Apple Script を使って、マウスをクリックする

tell application "System Events"
    click at {100, 100} -- {X座標,Y座標}
end tell