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.
_submit reset the value of _textbox
I know this was asked once but there was no feedback. I'm currently trying to make a script in IE11 and one of the issues I'm facing is regarding the _submit option
Everytime I run this script it returns the textbox back to blank:
var $login_username = "username";
_setValue(_textbox("username"), $login_username);
_click(_submit("Next"));
Any help would be appreciated, thank you.
Everytime I run this script it returns the textbox back to blank:
var $login_username = "username";
_setValue(_textbox("username"), $login_username);
_click(_submit("Next"));
Any help would be appreciated, thank you.
Comments
Can you please let us know which Sahi Pro version you are using?
We do not recommend the usage of the native events, If you can provide us with the credentials and the URL to reproduce the issue, we can help you.
All I can say is that IE11 testing has been giving me headaches just to make the automated scripting work.
Plus sometimes I need to make a loop in a certain button due to the Sahi not clicking it and making certain fields not turn visible.