我需要使用命令行在机器上打开 100 多个不同的 Chrome 配置文件。
我需要在设置/cookies 页面上打开它们。
我可以像这样打开任何网页:
open -a "Google Chrome" http://stackoverflow.com
但
open -a "Google Chrome" chrome://settings
给了我一个错误:
The file /Users/user/Library/Application Support/Google/Chrome/chrome:/settings does not exist.
如何克服?
建议答案这里不适合