hi 
i am trying to automate a jsp page. when i am doing ie.showAllObjects its only 
showing 

HTML Document     name=MX_HIDDEN      id=MX_HIDDEN        
src=javascript:document.writeln();document.close()
HTML Document     name=               id=                 src=MxPortal.jsp

I want to click a link using watir methods but since all the properties are 
hidden i am not able to go to that particular link.
i also used firefox with firebug to get the properties or DOM of that page but 
i am getting only html source code. and the source code of the page is disabled.

if i do ie.html then its displaying following code and the information about 
the link name is not visible.
 "<FRAMESET border=false frameSpacing=0 rows=0%,100% frameBorder=0><FRAME 
id=MX_HIDDEN src=\"javascript:document.writeln();doc
ent.close()\" noResize><FRAME marginWidth=0 marginHeight=0 src=\"MxPortal.jsp\" 
noResize scrolling=no></FRAMESET>"

is there any way to get the link name and parent frame of that particular link.
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to