DarkDeveloper Posted July 19, 2012 Share Posted July 19, 2012 I am looking for a way to populate and verify a username and password field on a seperate program. It would be similar to populating and verifying Gmail account information. Before, I used mouse clicks to select the fields and send the username and password. Now I am looking for a way to select these fields without mouse clicks and, if possible, read the data and compare before submitting the fields. I am trying to get these computers into complete automation if they ever lose network connections because they are almost inaccessible. If anyone can supply me with ideas on how to do it for me to test or some sample code that does something similar I would appreciate your help. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted July 19, 2012 Moderators Share Posted July 19, 2012 (edited) It would be similar to populating and verifying Gmail account information.Is it similar to populating GMail info, or are you populating GMail info? Edited July 19, 2012 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
DicatoroftheUSA Posted July 19, 2012 Share Posted July 19, 2012 read the help file on stringregexp. Statism is violence, Taxation is theft. Autoit Wiki Link to comment Share on other sites More sharing options...
DarkDeveloper Posted July 23, 2012 Author Share Posted July 23, 2012 It is similar to populating GMail info. I am actually running an .exe provided to me by another company and it requires a username and password to use the software. The old program I wrote for auto login made the window active and tabbed into the password field. That worked 80% of the time. The other 20% the insertion point does not start in username. Link to comment Share on other sites More sharing options...
DarkDeveloper Posted July 23, 2012 Author Share Posted July 23, 2012 At this point it seems like I will have to use key commands. I tried using Control Viewer and the input fields are not listed because the .exe interface is a single object. It was worth a shot. Link to comment Share on other sites More sharing options...
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