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
activate application "Google Chrome" | |
tell application "System Events" | |
tell process "Google Chrome" | |
click menu item "Name of your profile" of menu 1 of menu bar item "People" of menu bar 1 | |
end tell | |
open location "http://example.com" | |
open location "http://anotherexample.com" | |
end tell |