/ Published in: AppleScript
Useful for developing with Chrome + TextMate
Expand |
Embed | Plain Text
osascript <<'APPLESCRIPT' tell application "Google Chrome" tell active tab of first window execute javascript "window.location.reload()" end tell end tell APPLESCRIPT
You need to login to post a comment.
