Hi folks. Environment: I was looking at a page that contains frames, and I had some
trouble using the following command under irb: ie.frame("top").contains_text("there")
-> undef’d method “contains_text” Then issuing ie.frame(“top”).public_methods It appears that contains_text is no longer available as a
public method to a frame. I’m going to see if I can come up with a different way
to verify my results page, but I thought that someone might have some insight
on this one. Thanks -Alan example HTML to create the frameset: Source of frameset <html> <frameset rows="50%,*"
cols="50%,*"> <frame name="top" src=""> <frame name="bottom" src=""> </frameset> </html> Source of a frame content file <html> Hello there </html> Alan
Ark | Lead QA Engineer | Complí | [EMAIL PROTECTED] | office: 503.294.2020 | fax: 503.294.1200 | www.compli.com
-- |
_______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general