• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Hide Safari Toolbar in Full Screen mode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Pages 4.3 and Mavericks - Can't export as PDF
  • Next by Date: Re: Pages 4.3 and Mavericks - Can't export as PDF
  • Previous by thread: Re: AppleScript-Users Digest, Vol 10, Issue 387
  • Next by thread: Re: launch command bug
  • Index(es):
    • Date
    • Thread