You are using 'frame name' to access the frame but there is no frame with the name 'frame name'. I think this should work:
ie.frame('mainFrame').links()
Regards,
Angrez
On 9/6/05, SUDHIR GUPTA <[EMAIL PROTECTED]> wrote:
HIii every one,I am pasting the sample HTML and the code i am using.-----Sample HTML------<html>
<head>
<title>Satellite Manager</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="120,*" frameborder="NO" border="0" framespacing="0">
<frame name="leftFrame" scrolling="NO" noresize src=""> <frame name="mainFrame" src=""></frameset>
</html>
------Code I am using---------ie.show_all_objects() shows 2 frames but when i try to access this framesusing ie.frame('frame name').links()the error message is displayed 'Unable to locate the frame with name "frame nameI am awaiting your kind suggestion on this matter.
Thanks and RegardsSudhir Gupta
--
A little Consideration, a little Thought for Others, makes all the difference
Sudhir Kumar Gupta
MTS-Testing and Quality EnggPersistent System Pvt Ltd
------------------------
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
--
Angrez Singh ([EMAIL PROTECTED])
Member of Technical Staff
Persistent Systems Pvt. Ltd (http://www.persistentsys.com/ )
Ph - +91 (20) 25653458 (o)
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
