如何从命令行以编程方式控制 Chrome 实例?

发布于 2024-08-17 23:22:46 字数 157 浏览 5 评论 0原文

如何从命令行控制正在运行的 Google Chrome 实例?我希望有类似 -remote 标志的东西可以让我发送一些 javascript 或类似的东西。特别是,我想在最前面的窗口上重新加载最上面的文档。

我对 Linux/MacOS 解决方案特别感兴趣。

How do I control a running Google Chrome instance from the command line? I'm hoping there's something like a -remote flag that will allow me to send in some javascript or somesuch. In particular, I would like to reload the topmost document on the foremost window.

I'm especially interested in Linux/MacOS solutions.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

强辩 2024-08-24 23:22:46

请查看 http://code.google.com/p/chromedevtools/ 。您可能可以使用调试协议来完成这项工作。
还有一个 Ruby 客户端
还有 chromix

Take a look at http://code.google.com/p/chromedevtools/ . It might be you can use the Debugging Protocol to do the job.
There is also an Ruby Client.
There is also chromix.

请别遗忘我 2024-08-24 23:22:46

如果您使用的是 Mac,则可以使用此命令行工具 - 它使用 Chrome 脚本 API,我猜

https://github.com/prasmussen/chrome-cli

You can use this command line tool if you're on a Mac - it uses the Chrome Scripting API, I guess

https://github.com/prasmussen/chrome-cli

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文