I want open in terminal chrome beta with default profile.
When I run:
```
/Applications/Google\ Chrome\ Beta.app /Contents/MacOS/Google\ Chrome --args --profile-directory="Default"
```
I got message:
```
Unknown command. '/Applications/Google Chrome Beta.app' exists but is not an executable file
```
I have similar code, for Chrome Stable version and it is on working:
```
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --profile-directory="Default"
```
What is wrong with code with Google Chrome Beta?
When I run:
```
/Applications/Google\ Chrome\ Beta.app /Contents/MacOS/Google\ Chrome --args --profile-directory="Default"
```
I got message:
```
Unknown command. '/Applications/Google Chrome Beta.app' exists but is not an executable file
```
I have similar code, for Chrome Stable version and it is on working:
```
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --profile-directory="Default"
```
What is wrong with code with Google Chrome Beta?
Last edited: