Jump to content

Recommended Posts

Posted

Hi,

We're using an autoit-script to simulate logins of different website's. Now I've encoutered a site on which the login doesn't word. I can see the password is entered, but instead of loggin in the screen blinks and the passwordfield is emtpy...

I've included the function I'm using and the code on the page

CodeOnPage.txt

function-login.txt

Posted

Some websites require key sends to acknowledge any of the values in the field.  You can try to make the window active, and the field active, and then send the last key of the password at the browser.  See if that gets you further.

 

Other than that, I didn't review any of the attached docs.

IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...