C:\usr\local\share>perl -MWin32::GuiTest=":FUNC" -le "my ($chrome) = FindWindowLike(0, 'Google Chrome$'); print $chrome; print GetWindowText($chrome); SetForegroundWindow($chrome);SendKeys('{F5}')"