StevenS Posted May 30, 2019 Posted May 30, 2019 I am trying to automate logging into a windows form using google chrome v74. The browser opens navigates to the site and receives the login form. However using AutoIT I am unable to submit the username, password, and submitting to automatically log into the site. I attached my c# code and the form I am trying to automate below. Any suggestions would be great!
Earthshine Posted May 30, 2019 Posted May 30, 2019 You could probably use the WebDriver UDF in AutoIt and not bother with Selenium. UIAutomation as an alternative. See FAQ 31 My resources are limited. You must ask the right questions
StevenS Posted May 31, 2019 Author Posted May 31, 2019 Yeah but this didn't work using pure AutoIT. And this is a fix since EasyRepro isn't compatible with windows login form. I am trying to wright code to automate the Login to use with EasyRepro.
Earthshine Posted May 31, 2019 Posted May 31, 2019 (edited) so... you didn't read the FAQ. oh well. read this especially Edited May 31, 2019 by Earthshine My resources are limited. You must ask the right questions
StevenS Posted May 31, 2019 Author Posted May 31, 2019 I will try to the two resources you sent me. Thank you very much for your time! I'll get back to you if I run into any more issues.
Earthshine Posted May 31, 2019 Posted May 31, 2019 other than that, can you use ControlSend from AutoItx? it's more reliable than the Send stuff My resources are limited. You must ask the right questions
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