I am trying to click on an item from combobox control from parent window. once I click, a new child window pops up, then I need to click on OK button in the child window.
Problem here is, when the child window pops up, the autoit script loses its focus. I have used WinGetTitle, WinWaitActive, WinActivate to get control of child window, but none are working.
Any help in this is highly appreciated. Thanks!