18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

mouseOver() does not work

tinchie8tinchie8 Members
edited November -1 in Sahi - Open Source
Hi,

I used the mouseOver() event to see whether the link was underlined.... but when the script played i did not see any of the links being underlined.... the links in my page is underlined with an mouse hovers them.

here's my code:

_mouseOver(_link("Status"));

thanks,
=tinchie=

Comments

  • Hi tinchie,

    I tried using _mouseOver(). Although it works but the link does not get underlined. Hope Narayan Sir can throw some light on this. :)

    Regards,
    Pankaj.
  • hi pankaj,

    how do we assess if the link has these css properties? -- when hovered it should be underlined.. when clicked, does not change the color of the text

    thanks,
    =tinchie=
  • You have to assert the style to verify that the link will be underlined:

    http://sahi.co.in/w/_style
Sign In or Register to comment.