I know this is probably simple, but I've never used AutoIt before so I'm not having any success with the script I've written. I'm running a program after windows 10 starts up and the first thing it gives me is the dialog box attached. All I need to do is automate the clicking of the OK button. The script I've written isn't working so far :
WinActivate("RoomView Express Login")
If WinActivate("RoomView Express Login") Then
ControlClick("RoomView Express Login", "", "[CLASS:Button; INSTANCE:3]")
EndIf
Could someone please show me how to correctly do this? I've also attached the AutoIt Window Info of the the button that I'm trying to click. Thank you in advance for your help!