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"
