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.
Cannot get auto-populating field to populate
Hello... I'm using buld 2011-07-19 with IE8 on Windows 7 Pro. We have a field (Field2) on our website that auto-populates with a value entered in a previous field (Field1) when you TAB or click from that previous field.
I have tried the following with no luck in getting Field2 to auto-populate:
Any suggestions?
Thanks
I have tried the following with no luck in getting Field2 to auto-populate:
_popup("WindowName")._keyDown(_textbox("Field1"), 9);
-----
_popup("WindowName")._keyPress(_textbox("Field1"), 9);
-----
_popup("WindowName")._click(_textbox("Field1"));
-----
_popup("WindowName")._click(_textbox("Field2"));
Any suggestions?
Thanks