Bonjour à tous
J'aimerais que Safari "lorsque je l'utilise" s'ouvre directement en privé
Sur le net j'ai vu qu'il fallait faire un script en tapant :
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 "Navigation Privée"
end tell
end tell
end tell
end tell
end tell
J'ai collé cela dans le terminal et cela n'a rien donné
Savez-vous comment procéder?
Merci
J'aimerais que Safari "lorsque je l'utilise" s'ouvre directement en privé
Sur le net j'ai vu qu'il fallait faire un script en tapant :
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 "Navigation Privée"
end tell
end tell
end tell
end tell
end tell
J'ai collé cela dans le terminal et cela n'a rien donné
Savez-vous comment procéder?
Merci