in reply to Re: Win32 IE Mechanize unclickable links
in thread Win32 IE Mechanize unclickable links

 $mech->agent()->Document->getElementsByClass('ClickMe'); $mech is a Win32::IE::Mechanize object.

Replies are listed 'Best First'.
Re^3: Win32 IE Mechanize unclickable links
by Corion (Patriarch) on Jun 17, 2011 at 14:35 UTC

    What does the documentation say that ->getElementByClass returns? Maybe you can find the appropriate method to call in the documentation?

      It should return a "collection of objects". I store it in an array but the array always turns out to have a size of 0.
        Who says?