Win32-IE-Mechanize - Re: Frames handling

Posted on Tue Sep 6 12:57:33 2005 by abeltje in response to 958 (See the whole thread of 4)
Re: Frames handling
Hi,
The normal way of dealing with frames is just to
$ie->follow_link( tag => 'frame', name => 'framename' );

This might fail due to "smart" javascript stuff that reloads the frame in its frameset context.

HTH
-- Abe
Write a response