Hi. I have some Apple Script (below) that opens new Safari windows. How would I specify a particular Profile to use when opening the new window?
Thanks!
tell application "Safari"
set mydocument to (make new document at end of documents)
activate
end tell