Autootua Posted March 9, 2010 Posted March 9, 2010 Hi , I am new to AutoIt. I am using it to automate an installer. I had used QTP(testing tool ) to automate it and then switched to Auotit. I want to get the text from the window ( installer ) and get the user name and password. I tried using - WinGetText, ControlGetText functions. The installer is not being recognized by the AutoIT Window Info and i am getting only the title name and not any other information such as id , text etc. the window is getting recognized as a whole window and is not recognizing any individual objects on the installer such as the buttons , text etc. My script - $text = WinGetText("Title Name","") MsgBox(0, "Text read was:", $text) Sleep(400) Thanks Autootua
Developers Jos Posted March 9, 2010 Developers Posted March 9, 2010 ...and get the user name and password. Installer? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Autootua Posted March 9, 2010 Author Posted March 9, 2010 Yes you can get the username and password which is auto generated by the installer. You can also change the user name and password.so no problem here.....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now