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.
_SetValue(_textbox... not working on Ie and FF but works ok on chrome
Record tab will record all the events and when I playback or use "test" button on record. It does not work. If there is already a value in textbox and use test button it removes the existsing value.
I think this is issue is similar to,
http://sahi.co.in/forums/viewtopic.php?id=2578&login=1
I tried to update concat.js as show in above topic.
and also use code like this->
_focus(_textbox("username"));
_setValue(_textbox("username"), "dfdf");
_wait(500);
_focus(_password("password"));
_setValue(_password("password"),"ffff");
_wait(500);
_click(_div("Sign In"));
_wait(3000);
I am still not able to get this working.
I use windows 7+ Sahi Latest OS version.
I think this is issue is similar to,
http://sahi.co.in/forums/viewtopic.php?id=2578&login=1
I tried to update concat.js as show in above topic.
and also use code like this->
_focus(_textbox("username"));
_setValue(_textbox("username"), "dfdf");
_wait(500);
_focus(_password("password"));
_setValue(_password("password"),"ffff");
_wait(500);
_click(_div("Sign In"));
_wait(3000);
I am still not able to get this working.
I use windows 7+ Sahi Latest OS version.