I have been trying to open Google Chrome from command line but with no luck! I have tried How do I start Chrome using a specified "user profile"?
My goal is to open Google Chrome with a specific profile such as "profile 1", "profile 2", or "Default" from the command line, using bash to be specific, on my Mac.
UPDATE: 6/3/14 Got this to work BUT only works when opening chrome for the first time
open -a Google\ Chrome --args --"profile-directory"="Profile 1"
So How do you get --args to be accepted AFTER google chrome as already been launched??
Also tried 'com.google.Chrome --args --profile-directory=Default' After following his comment, tried it with it it hanging on that exact line, no erros, no chrome opening
– gradedcatfood May 28 '14 at 04:32