Re: [Wtr-general] Modal Dialog and checkbox

2006-10-19 Thread Bret Pettichord
Are you seeing this problem when you run in Eclipse? Does the same thing happen when you run outside of eclipse? (like from the command line?) ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Modal Dialog and checkbox

2006-10-19 Thread Dave Munns
I'll answer my own question. If the code sleeps long enough, in this case 10 seconds, the checkboxes are recognized and set. This seems to be the common cure for Modal dialog-itis - Posted via Jive Forums http://forums.openqa

[Wtr-general] Modal Dialog and checkbox

2006-10-19 Thread Dave Munns
I am navigating a modal dialog with radio buttons, buttons, and checkboxes. Everything works when I run in debug mode (using Eclipse). When I run nondebug, the checkbox identifiers (by id) are not recognized. Example code: ie.modal_dialog.checkbox( :id, 'inpCheckBoxDC_19' ).set ie.modal_dialog.

Re: [Wtr-general] Question from a newbie

2006-10-19 Thread Bret Pettichord
>> ie.text_field(:name => "username",:index => 2).set("newuser") >> >> > > This syntax is not yet implemented in Watir 1.5. > To clarify: it is not yet implemented for input elements (""), such as text_field. It is supported for most other elements. Bret ___

Re: [Wtr-general] Question from a newbie

2006-10-19 Thread aidy rutter
Hi, I added to this to the FAQ, but I downloaded a dev version of Watir. I don't know what version I downloaded, because I left work a couple of weeks ago. But I have had this working. aidy On 10/18/06, Bret Pettichord <[EMAIL PROTECTED]> wrote: > Justin Nowell wrote: > > ie.text_field(:name =

[Wtr-general] Run Watir test from Maven 2

2006-10-19 Thread Roar Engen
Hi I am trying to run my Watir test as profile from Maven 2. I have made a cmd script for running the tests but would like to run this from Maven 2. Anyone have any ideas on how this can be done? - Posted via Jive Forums http://