Open new Chrome Tab via Files & processes

Narmijarv
New Contributor II

 

How to I execute command via Files & processes to open a new Chrome Tab with specific URL ? I do not want to open as a completely new window, but in already existing chrome session where the user is already logged in with a Google account. Manage only to open the URL with Safari, with this example:

open -a  Safari "https://testurl.com"

3 REPLIES 3

junjishimazaki
Valued Contributor

Try this open -a /Applications/Google\ Chrome.app http://yourwebsite

Thanks, worked perfectly.

junjishimazaki
Valued Contributor

Great, I'm glad that worked.