18 January 2026:


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

PriyaPriya Members
edited November -1 in Sahi - Open Source
hi,
can any tell me how to pass input values .i have tried with _prompt but it is not supporting.

Comments

  • Try this:

    var $input
    _set($input, _prompt("Enter your data"));
  • Hi,

    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.
Sign In or Register to comment.