如何使用命令行打开Chrome设置页面?


1

我需要使用命令行在计算机上打开100多个不同的Chrome配置文件。

我需要在设置/ Cookie页面上打开它们。

我可以这样打开任何网页:

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.

如何克服?

答案建议在这里不适合


您是否尝试引用网址?
David Dai

是的,当然。我做到了
Mikhail Chuprynski

怎么样about:settings
David Dai

同样,它不起作用
Mikhail Chuprynski
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.