Mac Bash 打开 Chrome,进入其中一个 Chrome 设置选项卡

Mac Bash 打开 Chrome,进入其中一个 Chrome 设置选项卡

我正在尝试编写一个脚本,在新窗口中打开 chrome://net-internals/#dns,以便人们可以清除其内部 chrome dns 缓存。但我似乎无法打开它。这是在 Mac 上。我该怎么做?

这有效:

(/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --new-window https://superuser.com)

这不:

(/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --new-window chrome://net-internals/#dns)

除非有人知道直接清除 Chrome DNS 缓存的方法。

相关内容