Is there a way to reload a Google Chrome tab in Ubuntu using just the terminal. I don\'t want to just open a new window, but to actually refresh a tab!
Extra que
chrome-remote-reload requires remote debugging enabled, but works both on Linux and Windows.
--devtools-server-port
instead) with --remote-debugging-port=9222
parameter to enable remote debugging (just remember to close all instances of browser beforehand).