Você pode tentar isso, funciona no Safari 4.
Um script é necessário,
tell application "Safari"
activate
end tell
tell application "System Events"
tell process "Safari"
tell menu bar 1
tell menu bar item "Safari"
tell menu "Safari"
click menu item "Private Browsing"
end tell
end tell
end tell
end tell
end tell
você pode seguir este link para mais informações: link