On 8/19/06, Manish Sapariya <manishs at gs-lab.com> wrote:
> ie.contains_text("admin") returns me nil.
>
> Does watir support contains_text within frame as well?
Yes, but you need to specify the frame like this...
ie.frame(:name, "foo").contains_text("bar")