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
sudo apt-get update sudo apt-get install xdotool DISPLAY=:0 xdotool key F5
That's all you need.