[wtr-general] Re: Having a Devil of a time accessing this button...

2010-07-27 Thread Chuck van der Linden
did you try onMouseOver first, then the click? that would sort of be the natural sequence On Jul 27, 3:44 pm, Eric Mathiesen wrote: > I have audio on my automation test machine, and I have it setup for an > audible click when it simulates a mouse click.  Watir is driving the > mouseclick on the

Re: [wtr-general] Re: Having a Devil of a time accessing this button...

2010-07-27 Thread Eric Mathiesen
I have audio on my automation test machine, and I have it setup for an audible click when it simulates a mouse click. Watir is driving the mouseclick on the element under test, however Internet Explorer just stays idle on the page and WATIR reports; Loaded suite Started Finished in 0.0 seconds.

[wtr-general] Re: Having a Devil of a time accessing this button...

2010-07-27 Thread Chuck van der Linden
Try matching the case on the event name with the ones in the source, instead of all lower case e.g. browser.button(:id, "generate::0").fire_event('onClick') In terms of 'not working' it helps if we get a bit more detail in terms of things like 'does anything happen? do you get an error? (if so,