I have been working a flow was able to asign values to UI elements on a Windows form but I was only able to move through the fields with the send keys command and the TAB value, worked for a while but now I need to move to a UI element which I cant get with the sending TAB key.
I have tried Click the UI element, Focus text field in Window, Populate text fiel in Window, Send Mouse Click but nothing works, it always send any value to the current UI element that has the focus not the one I want to.
Any help or Ideas are wellcome