[Wtr-general] Handling of the Mouse Over using watir
Chintakrindi Meghanath
ChintakrindiMeghana at managementdynamics.com
Thu Aug 3 16:29:24 EDT 2006
Hi Bret
Yes. It worked, but I am facing one more issue.
I used the following code
ie.image(:src,/actions.gif/).fire_event("onMouseOver")
ie.cell(:text, "DPS-LIC").fire_event("onMouseOver")
ie.cell(:text,"Screening").click
Action --> DPS-LIC --> Screening (click)
--> DPS ---> Screening (click)
Now we have different actions, but the final click has the same name "Screening",so
its always performing the first one i.e DPS-LIC and I am unable to do the DPS -- Click
One more thing i noticed is , the user can execute the last statement ie.cell(:text,"Screening").click
without excecuting the previous statements.
Thanks
Meghanath
More information about the Wtr-general
mailing list