0

I try to use chrome in a new session with the following command.

'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'  --user-data-dir="$tmpdir"

But it pops up a window like this enter image description here

Is there a way to prevent this pop up window from showing up? Or is there a better way to open chrome in a new session?

Thanks.

1 Answer 1

0

In my system, it's opening new window each time I execute the command '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --user-data-dir="$tmpdir" I don't understand what you mean by a new session. Is it a new window of chrome or a new window with a new account. Also, please see if this post resolves your issue https://askubuntu.com/questions/35392/how-to-launch-a-new-instance-of-google-chrome-from-the-command-line

2
  • My question is to supress the popup window shown in my original post. Commented Feb 16, 2020 at 8:07
  • Oh sorry, I didn't face such an issue while running the command, so not able to help. Now I am also confused about why this popup is showing in your system but not in mine. Let's see if someone can provide answer for this. Commented Feb 17, 2020 at 18:24

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .