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.

Help me for mousover links

imtiyazimtiyaz Members
edited November -1 in Sahi - Open Source
Hi

I have created one script which will just navigate to site
in my site I have mousover menu and i am unable to use that menu using sahi
if anybody Know the answer then please help

My script is
1 highlight(_link("All Subscribers"));
2 _click(_link("All Subscribers"));
3 _click(_spandiv("Home"));


Thanks

Comments

  • Hi Imtiyaz,

    Try using _mouseOver() instead of _highlight().

    Regards,
    panakj.
Sign In or Register to comment.