perl -MWin32::OLE -e "$obj = Win32::OLE->new('WScript.Shell') or die $!; $obj->AppActivate('Chrome') or die $!; $obj->SendKeys('{F5}');"