Help for this page

Select Code to Download


  1. or download this
    
    use Win32::GuiTest qw(SendKeys);
    ...
    <wait>
    SendKeys("%f$path~");
    
  2. or download this
    $IE->Navigate( $url );
    
    ...
    # 4 = SAVE_AS; 3 = HIDE_DIALOG
    $IE->ExecWB( 4,3,$var,undef );