ChaitanyaK Posted March 7, 2016 Posted March 7, 2016 Hi Guys, When i automate my windows application, i have to copy the selected text from dropdownlist. Please find the attachment for reference. any help would be much appreciated. Thank You.... Regards, Chaitanya K.
Small Posted March 7, 2016 Posted March 7, 2016 try this: GUICtrlRead($dropdownmenu) Or look in the help file
ChaitanyaK Posted March 8, 2016 Author Posted March 8, 2016 17 hours ago, Small said: try this: GUICtrlRead($dropdownmenu) Or look in the help file Thank You for your reply Small, That was already pre-developed Windows Application. On this Application, I have to Automate....So there is no GUIControls created.... Regards, Chaitanya K.
ChaitanyaK Posted March 8, 2016 Author Posted March 8, 2016 (edited) Could any suggestion or Sample Code for Above Problem.... Edited March 8, 2016 by ChaitanyaK Regards, Chaitanya K.
AutoBert Posted March 8, 2016 Posted March 8, 2016 Use AutoItInfotool to get the info's about the app you want to automate. Use ControlGetText from the dropdownlist.
ChaitanyaK Posted March 10, 2016 Author Posted March 10, 2016 Thank You AutoBert.....I wil follow your suggestion Regards, Chaitanya K.
jdelaney Posted March 10, 2016 Posted March 10, 2016 (edited) ControlCommand option: "GetCurrentSelection", "" Returns name of the currently selected item in a ListBox or ComboBox Edited March 10, 2016 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
ChaitanyaK Posted March 10, 2016 Author Posted March 10, 2016 Jdelaney, Thank You so much......... Regards, Chaitanya K.
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