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.
Issue after closing Popup window..
Hi All,
Script as below
_navigateTo("application home page");
_click(_link("Open Page 1"));
_click(_link("link on page 1")); This will open Pop window where all the details will be displayed
verify all the data on the popup window.
_assertEqual($remarks,"") ;
_click(_submit("Close")); This will close the Popup window.
_debug("print1");
_click(_link("Open Page 1")); To reload the page.
After closing the Popup window Sahi controlar waits and do not perform any action.
ERROR message in the log file.
Step >_sahi._debug("print1");< did not complete in 150 seconds.
Please help me on above issue
Thanks and Regards,
Mohit jain
Script as below
_navigateTo("application home page");
_click(_link("Open Page 1"));
_click(_link("link on page 1")); This will open Pop window where all the details will be displayed
verify all the data on the popup window.
_assertEqual($remarks,"") ;
_click(_submit("Close")); This will close the Popup window.
_debug("print1");
_click(_link("Open Page 1")); To reload the page.
After closing the Popup window Sahi controlar waits and do not perform any action.
ERROR message in the log file.
Step >_sahi._debug("print1");< did not complete in 150 seconds.
Please help me on above issue
Thanks and Regards,
Mohit jain