Chrome command line remote control on Linux?

Can I manage a running instance of Google Chrome from the command line? I hope there is something like a flag -remotethat will allow me to send some javascript or somesuch. In particular, I would like to reload the topmost document in the main window.

+5
source share
1 answer

Take a look at http://code.google.com/p/chromedevtools/ . Perhaps you can use the debugging protocol to complete the task. There is also a Ruby Client . There is also chromix .

+4
source

All Articles