Click here to Skip to main content
15,887,280 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I would like to test ASP.NET windows application forms using AutoIt.

I have a simple login dialogue box and it contains two text boxes one is for user name and other one is for password.

I would like to write autoIt script to set text to user name and password text boxes. (textBox1 and textBox2 are the text box names of user name and password)

I have tried following script to set text to textbox but it never works
C#
ControlSetText("Login","", "textBox1", "username")


Thanks
--SJ
Posted
Updated 16-Dec-13 23:45pm
v6

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900