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.
How to input values through inputbox
Hi
can we have inputbox in sahi .where user input something and this will display in the browser text box.
as i tried the code
var $x = _prompt("Enter value");
_setValue(_textbox("user"), $x);
but i found _sahi.setServerVar('___lastValue___1347895242406'(_setValue(_textbox("user"), null); value
please help me.
thanks
sumit
can we have inputbox in sahi .where user input something and this will display in the browser text box.
as i tried the code
var $x = _prompt("Enter value");
_setValue(_textbox("user"), $x);
but i found _sahi.setServerVar('___lastValue___1347895242406'(_setValue(_textbox("user"), null); value
please help me.
thanks
sumit
Answers
Please refer the below code to get a prompt.
Regards,
Pratik Shah