Jump to content

Recommended Posts

Posted

Im trying to add this to my script but im having some trouble. Basically the webpage redirects to this page it will press the return button. sometimes it tends to this even if the password is correct. so its a pain to press it all the time.

#include <ie.au3>
$login_e = "https://129.39.231.133/maximo/webclient/login/loginerror.jsp"
    If $oIE = "https://129.39.231.133/maximo/webclient/login/loginerror.jsp" Then
    ControlClick("[fusion:CompanyName] - Windows Internet Explorer", "", "[CLASS:Button; TEXT:Return; INSTANCE:1]")
    _IELoadWait($oIE)
Else
    _IELoadWait($oIE)
    EndIf

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...