skyski,

You mentioned that:
> somehow I think the javascript gets invoked and a parm passed by
> hovering over and then clicking

I see that you've tried firing an onClick event without success.
> ff.image(:src, /blank.gif/).fire_event("onClick")

Perhaps you need to account for the hover by firing an onMouseOver
event,
some other event (e.g. onFocus, onMouseOut, onBlur, etc...), or a
combination of events fired
in the proper sequence.

Here's a site with info on various javascript event types you could
refer to:
   http://www.w3schools.com/js/js_events.asp

Joe

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to