Help for this page

Select Code to Download


  1. or download this
    sub getAllTables{
        my $self = shift;
    ...
        return @links_array;
    }
    
  2. or download this
        
        my $link_object = Win32::IEAutomation::Element->new();
            $link_object->{element} = $links->item($n);
    
  3. or download this
            my $link_object = Win32::IEAutomation::Table->new();
            $link_object->{table} = $links->item($n);