[wtr-general] How to identify the tags

2009-02-01 Thread Amit Agarwal
Hi, Please help me in identifying the text written in the tag of a defined  Please review and make necessary corrections on this page: Not a valid Case. Please check. We have used A=ie.div(:class,

[wtr-general] Re: Unable to work with IFrame

2009-02-01 Thread Niharika Patro
Hi Michael, Both the ways does not work out here... not sure what could be the reason.. Thanks a lot for you help :) Regards Niharika On Fri, Jan 30, 2009 at 10:55 PM, Michael Hwee wrote: > Try with attribute. > > frame("x") is hack. So, it still might not support properly. > > frame(:id

[wtr-general] Run time property value of an object

2009-02-01 Thread Poo
Hi Guys I want to know, how we fetch the run time property value of an object in watir? Please guide me Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email

[wtr-general] Re: Watir Bug on Cygwin: Diagnosis and Workaround

2009-02-01 Thread Arco
OK I filed an issue on the Jira tracker. On Feb 1, 2:01 pm, Bret Pettichord wrote: > Thank you for figuring out how to get Watir working (again) with cygwin. > If you could put this in Jira, then we'll be sure to look at fixing this > in the next release. > > Bret > > Arco wrote: > > On Cygwin,

[wtr-general] Re: Watir Bug on Cygwin: Diagnosis and Workaround

2009-02-01 Thread Bret Pettichord
Thank you for figuring out how to get Watir working (again) with cygwin. If you could put this in Jira, then we'll be sure to look at fixing this in the next release. Bret Arco wrote: > On Cygwin, I ran into two separate problems that prevented Watir 1.6.2 > from working. > > First, the 'win32

[wtr-general] Re: ie.text.include?

2009-02-01 Thread aidy lewis
if you use Rspec, your verification could be a little more readable: require 'rspec' ie.text.should include("whatever") Aidy On 28/01/2009, Mark Anderson wrote: > > > Oh, yes, I'm aware of irb. I use it in combination with SciTE. In > > fact, I used it to go through the six frames as you