Posted on 12-21-2021 02:07 PM
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"
Posted on 12-21-2021 03:21 PM
Try this open -a /Applications/Google\ Chrome.app http://yourwebsite
Posted on 12-22-2021 12:24 AM
Thanks, worked perfectly.
Posted on 12-22-2021 06:22 AM
Great, I'm glad that worked.