Fr000m Posted April 16, 2019 Author Share Posted April 16, 2019 Got it working. While 1 Local $hWnd = WinWait ("DeltaV Logon", "PROVOX Logon failure") sleep (3000) ControlClick($hWnd, "", "Button1") WEnd Added sleep for a delay. Ty all. Link to comment Share on other sites More sharing options...
jdelaney Posted April 16, 2019 Share Posted April 16, 2019 (edited) Focus on the control you are trying to click with the spy tool. provide the output again. if you already did, you will have to use sends or mouseclick. Edited April 16, 2019 by jdelaney 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. 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