Chrome command line remote control on Linux? -


can control running google chrome instance command line? i'm hoping there's -remote flag allow me send in javascript or somesuch. in particular, reload topmost document on foremost window.

take @ http://code.google.com/p/chromedevtools/ . might can use debugging protocol job. there ruby client. there chromix.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -