Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, windows and java based applications. Get your 30 day free trial.

Discuss your Sahi Pro usage patterns, best practices, problems and solutions. Help others solve their problems and seek help from the community when needed. If you need specific support on your application, please email support @ sahipro.com

Cannot get auto-populating field to populate

Keith4Keith4 Members
edited May 2014 in Sahi - Open Source
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:
_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
Sign In or Register to comment.