rr
unread,Dec 31, 2008, 5:35:50 AM12/31/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Watir General
Hi all,
I want to know how to write script for nested frame. I want to click
on object which is a link and it is in nested frame (means frame
inside frame) but there are 4 items in those frames. This situation
arises when I open my mailbox. Those 4 items are "Compose", "inbox",
"Folder", "Search". Only thing which differ all 4 items is 'href'. I
am not getting how to write script for particular item. I have used
ie.frame(:name, "name").frame(:name, "name") but it was not usefull as
number of items are there inside those frame. Please provide solution.