Last active
November 5, 2015 22:10
-
-
Save knice/c85ffd1466af86d20e81 to your computer and use it in GitHub Desktop.
Tell the Rittenhouse screen to activate, load a URL, and go into full screen mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tell application "Google Chrome" | |
| activate | |
| -- 1. Close all windows | |
| -- 2. Open a new window | |
| set chromeWindow to window 1 | |
| tell chromeWindow | |
| -- 1. Go to: http://s.codepen.io/knice/debug/NGYNXd | |
| -- 2. Enter presentation mode | |
| end tell | |
| end tell |
shleewhite
commented
Nov 5, 2015
the indentation somehow got off but that should work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment