I have a swing ui with text box and button. I want to enter values in text box and click button using Autoit. What I did was
Send("textvalue")
Send("{TAB}")//This will move to the button
I tried Controlclick method after it. But it not working. Is there any method in which get the current cursor position I mean tab position and fire click directly. please help me