xoloinc Posted March 3, 2010 Posted March 3, 2010 I have a application that opens a web window and goes to a https page. On this page we a login, and somehow, when it goes through the autoit login fails everytime. What I have discovered this far is that when I lower privacy in IE, it works, but as soon i set it back it does not work. We have just similar method in a flash client in mdm zinc, and it works, it works if I use only IE, but as soon we use IE in autoit, it fails. Anyone might have a clue? ::m
PsaltyDS Posted March 3, 2010 Posted March 3, 2010 Any AutoIt code to look at? For example, if you are using _IEFormElementSetValue(), synthesized input may be disabled by heightened security and you might try _IEAction($oElement, "focus") followed by ControlSend(). Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
xoloinc Posted March 3, 2010 Author Posted March 3, 2010 Any AutoIt code to look at? For example, if you are using _IEFormElementSetValue(), synthesized input may be disabled by heightened security and you might try _IEAction($oElement, "focus") followed by ControlSend().Sorry, it was I who messed up. tried using a injected ifram that opened the page, which of course messed with ssl connection etc.:
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