Sivasankar Posted May 22, 2017 Posted May 22, 2017 (edited) I want to get current combobox selected item, and check the text with some value. if not matched, then change the value. I have tried with ControlFocus, ControlGetText, GUICtrlRead, ControlCommand. here every command ask for controlID. but already I focus the control, am not sure where to get controlID, Ex: ControlCommand ("Save As", "", {ControlID}, "GetCurrentSelection") Please advise. Edited May 22, 2017 by Sivasankar
232showtime Posted May 22, 2017 Posted May 22, 2017 how about searching where autoit is installed C:\Program Files (x86)\AutoIt3\Au3Info.exe or try Windows+r then type in Au3Info.exe ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon.
Danp2 Posted May 22, 2017 Posted May 22, 2017 Perhaps ControlGetFocus? Latest Webdriver UDF Release Webdriver Wiki FAQs
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