in reply to Re: Reload Browser Tab on Windows
in thread Reload Browser Tab on Windows
C:\usr\local\share>perl -MWin32::GuiTest=":FUNC" -le "my ($chrome) = F +indWindowLike(0, 'Google Chrome$'); print $chrome; print GetWindowTex +t($chrome); SetForegroundWindow($chrome);SendKeys('{F5}')"
That also refreshes the current Chrome window for me.
|
|---|