[wtr-general] Re: How to click a flash button to upload a picture?

2009-09-01 Thread Niharika Patro
Hi All, Sorry to ask question out of focus here, but I was just curious to know if there is something called flashwatir available? If so, can recognize all flash objects using it? Please provide some info on it.. Regards, Niharika On Wed, Sep 2, 2009 at 8:06 AM, Wesley Chen cjq@gmail.com

[wtr-general] dd element of HTML

2009-02-18 Thread Niharika Patro
Hi, I have a dd (Data Definition) element inder a dl (Definition list). The x-path for it is : /html/body/d...@id='vidmn']/d...@id='content']/d...@id='vid_pnp']/div[2]/d...@id='onecol']/d...@id='rel_outer']/div/d...@id='pnp_relvid1']/d...@id='rvid4']/d...@id='rel_4']/dl/dd[1] I want to declare

[wtr-general] Re: dd element of HTML

2009-02-18 Thread Niharika Patro
Thanks John :) Yes, I would shorten the xpath to //d...@id='rel_outer']/div/d...@id='pnp_relvid1']/d...@id='rvid4']/d...@id='rel_4']/dl/dd[1] Regards Niharika On Wed, Feb 18, 2009 at 4:26 PM, John Kolokotronis johnj...@gmail.comwrote: I don't think there is a class for a dd element - but

[wtr-general] Re: dd element of HTML

2009-02-18 Thread Niharika Patro
this helps.* * * * * *Remember to add this to your documentation because when you update you may have to re-add* * * * * *Darin* * * -- *From:* watir-general@googlegroups.com [mailto: watir-gene...@googlegroups.com] *On Behalf Of *Niharika Patro *Sent

[wtr-general] Re: Eclipse is displaying the execution summary

2009-02-05 Thread Niharika Patro
in languages like Java and C#. They also can be slow. I use: Notepad++ It's Explorer plugin And the command line http://notepad-plus.sourceforge.net/uk/site.htm Aidy 2009/2/5 Niharika Patro niharikapa...@gmail.com: Hi Bret and Chen, Thanks for your inputs :) I would try using

[wtr-general] Eclipse is displaying the execution summary

2009-02-04 Thread Niharika Patro
Hi, I am facing a weird issue while executing Watir scripts in Eclipse. After execution is complete, Eclipse should display the summary of number of tests, assertions, errors, failures etc at the end in the console. Its not displaying the same sometimes. Has anybody face this issue before?

[wtr-general] Re: Eclipse is displaying the execution summary

2009-02-04 Thread Niharika Patro
AM, Bret Pettichord b...@pettichord.comwrote: I used to use eclipse this way, and have had similar troubles and now just run my tests from the command line. I still use eclipse for editing. Even when i get Eclipse to run my tests, it is slow. Niharika Patro wrote: Hi, I am facing

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

2009-02-01 Thread Niharika Patro
properly. frame(:id, '').exists? if frame has 'id'. Michael -- *From:* Niharika Patro niharikapa...@gmail.com *To:* watir-general@googlegroups.com *Sent:* Thursday, January 29, 2009 10:34:21 PM *Subject:* [wtr-general] Re: Unable to work with IFrame Hi Michael

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

2009-01-29 Thread Niharika Patro
return nil end end def exists? return @o != nil end end end Michael -- *From:* Niharika Patro niharikapa...@gmail.com *To:* watir-general@googlegroups.com *Sent:* Thursday, January 29, 2009 4:57:13 AM *Subject:* [wtr-general] Unable