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
One liner which will focus the Chrome window and then reload the browser by sending Control+r:
xdotool search --onlyvisible --class Chrome windowfocus key ctrl+r