[wtr-general] Re: Ruby integration with TestLink

2008-10-08 Thread Manish Sapariya
Alister, I can describe the solution that we have created in great detail However I am not sure, if I would be able to share the code. Would it be all right to just describe the approach? Thanks and Regards, Manish Alister Scott wrote: Hi Manish, If you have time, it would be great if you

[wtr-general] Re: HOW TO IMPROVE THE EFFICIENCY OF DEVELOP THE WATIR CODE

2008-10-08 Thread aidy lewis
Hi, On 08/10/2008, bugs apple [EMAIL PROTECTED] wrote: Even if I go through the JAF code, but the discoveryobject.rb still does not work in Watir Environment, maybe it was banded in FireWatir. I will write something at weekend and put it on the wiki. Aidy

[wtr-general] Re: Ruby integration with TestLink

2008-10-08 Thread Alister Scott
Hi Manish, For sure, anything is better than nothing. Regards, Alister On Oct 8, 5:46 pm, Manish Sapariya [EMAIL PROTECTED] wrote: Alister, I can describe the solution that we have created in great detail However I am not sure, if I would be able to share the code. Would it be all right to

[wtr-general] Re: Clicking a menu item

2008-10-08 Thread Natasha Ranney
Not sure. But, did you try the following: $ie.span(:id,Id_Of_Span).link(:index,1).click Fatema Karim [EMAIL PROTECTED] wrote: Hi Tiffany, I have tried the Span with it's id but that did not work. On Tue, Oct 7, 2008 at 4:56 PM, Tiffany Fodor [EMAIL PROTECTED] wrote: Hi! Have you tried

[wtr-general] Re: whether the frame support the XPath or not?

2008-10-08 Thread jam
Hi, xpath does't support frames. have a look at below link http://wiki.openqa.org/display/WTR/XPath Thanks, jam On Oct 9, 8:31 am, bugs apple [EMAIL PROTECTED] wrote: hi, all For my script like this, ie.frame(:name,LeftFrame).text_field(:xpath,//[EMAIL PROTECTED]'wiston']/).s­et(hello)