18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
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
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
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
Try using _mouseOver() instead of _highlight().
Regards,
panakj.