tell app \"Safari\"
get bounds of window 1
end
tell app \"Safari\"
set bounds of window 1 to {0, 400, 600, 800}
end
tell app \"Safari\"
make new document
end
tell app \"Safari\"
set URL of document 1 to \"http://www.apple.com/\"
end
tell application \"Safari\"
make new document
set URL of document 1 to \"http://www.apple.com/\"
set bounds of window 1 to {500, 500, 800, 800}
end tell
It looks like you're new here. If you want to get involved, click one of these buttons!