How to reload Google Chrome tab from terminal?

后端 未结 8 1980
心在旅途
心在旅途 2021-02-02 17:57

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

8条回答
  •  礼貌的吻别
    2021-02-02 18:31

    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
    

提交回复
热议问题