who can help me? my old script isn't works anymore I have now the Dutch version of Yosemite
the script below was the old script, but after installing Yosemite I get an error message in Dutch
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 "Privémodus"
end tell
end tell
end tell
end tell
end tell
the script below was the old script, but after installing Yosemite I get an error message in Dutch
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 "Privémodus"
end tell
end tell
end tell
end tell
end tell