如何从命令行以编程方式控制 Chrome 实例?
如何从命令行控制正在运行的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请查看 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.
如果您使用的是 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