Code Library

Library of HTML, CSS, PHP, SQL, JavaScript & jQuery Code Snippets

  • CodeLibrary:~
  • Command Line
  • Mac

Open Google Chrome in Kiosk Mode on Mac

set strUrl to "https://example.org"
do shell script "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --app=" & strUrl tell application "Google Chrome" to activate
tell application "System Events"
keystroke "f" using {command down, control down}
end tell
5th September 2016 Command LineMac

Copyright © 2012, 2025 Code Library. All rights reserved.