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.
commands duplication under IE
Hi!
I try to execute some test from controller. In controller I see this:
setServerVar('___lastValue___1304506342483', _isVisible(_submit("Authenticate")));
_navigateTo("/en-US/");
setServerVar('___lastValue___1304506344587', _exists(_byId("node_btn_logout")));
_click( _byId("top_menu_login_link") );
_click( _link(0, _in(_byId("newUserBoxCon"))) );
--Stopped Playback: SUCCESS--
But in report I see following:
Starting script
_sahi.setServerVar('___lastValue___1304506342483', _isVisible(_submit("Authenticate"))); at 04.05.2011 13:52:24
_navigateTo("/en-US/"); at 04.05.2011 13:52:24
_sahi.setServerVar('___lastValue___1304506344587', _exists(_byId("node_btn_logout"))); at 04.05.2011 13:52:26
_click( _byId("top_menu_login_link") ); at 04.05.2011 13:52:26
_click( _byId("top_menu_login_link") ); at 04.05.2011 13:52:26
_click( _link(0, _in(_byId("newUserBoxCon"))) ); at 04.05.2011 13:52:29
_click( _link(0, _in(_byId("newUserBoxCon"))) ); at 04.05.2011 13:52:29
ERROR
Stopped from UI at 04.05.2011 13:52:39
And test stuck at last command forever. It not throws exceptions, just hang on ...
I try to execute some test from controller. In controller I see this:
setServerVar('___lastValue___1304506342483', _isVisible(_submit("Authenticate")));
_navigateTo("/en-US/");
setServerVar('___lastValue___1304506344587', _exists(_byId("node_btn_logout")));
_click( _byId("top_menu_login_link") );
_click( _link(0, _in(_byId("newUserBoxCon"))) );
--Stopped Playback: SUCCESS--
But in report I see following:
Starting script
_sahi.setServerVar('___lastValue___1304506342483', _isVisible(_submit("Authenticate"))); at 04.05.2011 13:52:24
_navigateTo("/en-US/"); at 04.05.2011 13:52:24
_sahi.setServerVar('___lastValue___1304506344587', _exists(_byId("node_btn_logout"))); at 04.05.2011 13:52:26
_click( _byId("top_menu_login_link") ); at 04.05.2011 13:52:26
_click( _byId("top_menu_login_link") ); at 04.05.2011 13:52:26
_click( _link(0, _in(_byId("newUserBoxCon"))) ); at 04.05.2011 13:52:29
_click( _link(0, _in(_byId("newUserBoxCon"))) ); at 04.05.2011 13:52:29
ERROR
Stopped from UI at 04.05.2011 13:52:39
And test stuck at last command forever. It not throws exceptions, just hang on ...
Comments