Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Win32::IE::Mechanize;
    my $ie = Win32::IE::Mechanize->new( visible => 0 ); # you wanted it no
    +t to be a visable window right?