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.
Answers
Please take a look at this link: http://sahi.co.in/w/_lastalert
Hope this helps you.. Good Luck..
Thanks,
Umashankar
_focusWindow();
_wait(1000); // needed
_mouseOver(_div("id12345"));
_alert(_getText(_div("id12345-tooltip")));
// press enter
_typeKeyCodeNative(java.awt.event.KeyEvent.VK_ENTER);
_wait(1000);
_click(_link("Logout"));
This code will help you! try it...