Help for this page

Select Code to Download


  1. or download this
    use Win32::IE::Mechanize;
    
    ...
    sleep(3);
    my @links = $mech->links();
    $mech->follow_link( text => "ServiceModel");