[wtr-general] Re: Identifying Tabs

2008-10-07 Thread Fatema Karim
Thank you very much. I will try the suggestions you have given me. On Tue, Oct 7, 2008 at 2:39 PM, Tiffany Fodor <[EMAIL PROTECTED]> wrote: > > Hi! > > When I've worked with tabs in the past, the text the user clicks on in > the tab is usually a link. Try something like this: > > ie.link(:text,

[wtr-general] Re: Clicking a menu item

2008-10-08 Thread Fatema Karim
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 clicking on the span itself? > > ie.span(:text, 'SpanText').click > > -Tiffany > > On Oct 7, 3:27 pm, FM <[EMAIL PROTECTED]> wr

[wtr-general] Re: Clicking a menu item

2008-10-08 Thread Fatema Karim
Oct 8, 2008 at 9:52 AM, Natasha Ranney <[EMAIL PROTECTED]> wrote: > 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

[wtr-general] Re: Clicking a menu item

2008-10-09 Thread Fatema Karim
Hi Željko, This worked when I have tried the following: $ie.frame(:id, "frameID").table(:id, 'tableID').link(:id, /linkID/).click Thanks. On Thu, Oct 9, 2008 at 10:12 AM, Željko Filipin <[EMAIL PROTECTED]>wrote: > On Wed, Oct 8, 2008 at 8:34 PM, Fatema Karim <[

[wtr-general] Re: IE POP UP Window

2008-10-13 Thread Fatema Karim
Hi Wesley, I think it's a javascript pop up and I have tried your suggestions. It seems that if I use click_no_wait then the test stops before getting to the pop up window. Otherwise the screen just hangs. Thanks, Fatema On Thu, Oct 9, 2008 at 7:07 PM, wesley chen <[EMAIL PROTECTED]> wrote: >

[wtr-general] Re: Setting up Watir with Cruisecontrol.net

2008-11-06 Thread Fatema Karim
Thank you very much. I will give this a try. On Wed, Nov 5, 2008 at 11:34 PM, James <[EMAIL PROTECTED]> wrote: > > Hi, > > Here is the note for setting up CruiseControl to run rWebUnit (an > extension of Watir) acceptance tests. > http://myorganized.info/public/zhimin/solution/154 > > Cheers, >