I need an applescript to open safari in full screen an to hide the toolbar on mavericks.
it sounds easy but it isnt!
i need to open safari then open google in full screen mode an then hide the toolbar.
it would be the equivilent to the below sample but instead for safari
tell application "Google Chrome" open location "http://internet.ceo.wa.edu.au/Pages/default.aspx" end tell
tell application "Google Chrome" to activate tell application "System Events" keystroke "f" using {command down, shift down} end tell