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.
Problem after automatically popup close
Hello,
I have this steps:
_selectWindow($adminPublishStrPlTemplateT);
_set($firstTemplateName, _getText(_span(0, _near(_image("lty_fbuttons_uebergSqzdsm[0]")))));
// take over first template
_click(_image("lty_fbuttons_uebergSqzdsm[0]"));
//_wait(5000);
_selectWindow();
_click(_button($txtNext));
And I get this log:
_popup("Templates")._sahi.setServerVar('\$firstTemplateName', _getText(_span(0, _near(_image("lty_fbuttons_uebergSqzdsm[0]"))))); at 11.09.2013 10:02:28
_popup("Templates")._click(_image("lty_fbuttons_uebergSqzdsm[0]"));
[auto] at 11.09.2013 10:02:31
_click(_button("Next")); at 11.09.2013 10:02:31
The button 'Next' cannot be clicked, because the popup window is automatically closed after clicking on the image above ..then somehow the focus is not returned to the base window...
Can someone help me?
I have this steps:
_selectWindow($adminPublishStrPlTemplateT);
_set($firstTemplateName, _getText(_span(0, _near(_image("lty_fbuttons_uebergSqzdsm[0]")))));
// take over first template
_click(_image("lty_fbuttons_uebergSqzdsm[0]"));
//_wait(5000);
_selectWindow();
_click(_button($txtNext));
And I get this log:
_popup("Templates")._sahi.setServerVar('\$firstTemplateName', _getText(_span(0, _near(_image("lty_fbuttons_uebergSqzdsm[0]"))))); at 11.09.2013 10:02:28
_popup("Templates")._click(_image("lty_fbuttons_uebergSqzdsm[0]"));
[auto] at 11.09.2013 10:02:31
_click(_button("Next")); at 11.09.2013 10:02:31
The button 'Next' cannot be clicked, because the popup window is automatically closed after clicking on the image above ..then somehow the focus is not returned to the base window...
Can someone help me?