Re: [Wtr-general] How to move the mouse to point to an object?

2007-04-25 Thread Paul Rogers
looking at the html its done using css, not a fire_event
Im no css expert, but I think this will be really difficult for us to do in 
watir
  - Original Message - 
  From: Charley Baker 
  To: wtr-general@rubyforge.org 
  Sent: Wednesday, April 25, 2007 2:28 PM
  Subject: Re: [Wtr-general] How to move the mouse to point to an object?


  Hmm, good question, I don't seem to be able to access it either. Thanks for 
the public example, I'll look at it some more and see if I can't trigger it. 

  -c


  On 4/25/07, joe fu <[EMAIL PROTECTED]> wrote:
i've tried to do  ie.div(:id, 
"calendarStripDateLabelDock").fire_event("onmouseover")but doesn't work for 
me.
you can also try it with the steps below:
goto mail.yahoo.com
enter user: f323_cal1 password: testing
mouse over the Today's date on the Calendar Strip at the bottom.



 


 


TUE, 4/24 - WED, 
4/25 


 


___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general





--


  ___
  Wtr-general mailing list
  Wtr-general@rubyforge.org
  http://rubyforge.org/mailman/listinfo/wtr-general___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] How to move the mouse to point to an object?

2007-04-25 Thread Charley Baker

Hmm, good question, I don't seem to be able to access it either. Thanks for
the public example, I'll look at it some more and see if I can't trigger it.


-c

On 4/25/07, joe fu <[EMAIL PROTECTED]> wrote:


i've tried to do  ie.div(:id,
"calendarStripDateLabelDock").fire_event("onmouseover")but doesn't work
for me.
you can also try it with the steps below:
goto mail.yahoo.com
enter user: f323_cal1 password: testing
mouse over the Today's date on the Calendar Strip at the bottom.









TUE, 4/24 - WED,
4/25





___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] How to move the mouse to point to an object?

2007-04-25 Thread joe fu
i've tried to do  ie.div(:id, 
"calendarStripDateLabelDock").fire_event("onmouseover")but doesn't work for 
me.
you can also try it with the steps below:
goto mail.yahoo.com
enter user: f323_cal1 password: testing
mouse over the Today's date on the Calendar Strip at the bottom.









TUE, 4/24 - WED, 
4/25





___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] How to move the mouse to point to an object?

2007-04-25 Thread Ċ½eljko Filipin

Hi Joe,

Please post html of that object (and a few lines before and after) so we
could take a look.

Zeljko
--
ZeljkoFilipin.com
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] How to move the mouse to point to an object?

2007-04-24 Thread joe fu
I'm trying to automate the step to move the mouse over an object so that it'll 
display the hover text on the object.
i've tried to use object.fire_event("onmouseover"), but doesn't seem to work.
any suggestion?
thanks
-joe
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general