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.
input
hi,
can any tell me how to pass input values .i have tried with _prompt but it is not supporting.
can any tell me how to pass input values .i have tried with _prompt but it is not supporting.
Comments
var $input
_set($input, _prompt("Enter your data"));
I have tried the above script, but its not working,
_set($input, _prompt("Enter your data")); line is repeating
can u please tell me what is the problem or suggest the alternate solution for this.