Hide Safari Toolbar in Full Screen mode
Hide Safari Toolbar in Full Screen mode
- Subject: Hide Safari Toolbar in Full Screen mode
- From: "Ball, Dan" <email@hidden>
- Date: Tue, 05 Nov 2013 00:35:54 +0000
- Thread-topic: Hide Safari Toolbar in Full Screen mode
Hi all,
I am trying to get Safari to go full screen and not show the menu bar while in full screen mode. If you set Safari to full screen it still shows the address field. If you right click in that area you can select “Hide Toolbar”, but its not an option under any menu’s, so how do you get to this in applescript and fully hide the toolbar in full screen mode so only the webpage is showing?? I am Running Lion as its the latest that will run on this mini.
No luck finding an answer with a Google search so not sure if this is possible, I would assume it is some how!
Thanks,
Dan
What I have so far in testing:
tell application "Safari"
activate
end tell
delay 3
tell application "Safari" toclose every window
tell application "Safari" toopen location "http://www.google.com"
delay 2
activate application "Safari"
delay 1
tell application "System Events"
tell process "Safari"
clickmenu item "Hide Toolbar" of menu 1 of menu bar item "View" of menu bar 1
end tell
tell application "System Events"
tell process "Safari"
clickmenu item "Enter Full Screen" ofmenu 1 of menu bar item "View" of menu bar 1
end tell
end tell
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden