How to specify MacOS Safari profile in Apple Script?

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
Post not yet marked as solved Up vote post of obscurebug Down vote post of obscurebug
309 views