Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to select a Combo Box under a List Control with Multiple Columns for MFC application. #106

Open
Shashank5c opened this issue Jun 26, 2019 · 0 comments

Comments

@Shashank5c
Copy link

Hi,
I'm working on Automation for a MFC application where I have to select a value in ComboBox which is included in a List Control with multiple Columns.

Sample application looks like in the attached image.
image

I'm using following code:
List myListControl = myWindow.getList("MyListName");
java.util.List myListItems = myListControl .getItems();

Above code is returning only items for First Column (i.e : 1,2,3, and 4) . I'm not able to access combo box present in Second Column.
Could you please let me know how can I do the same?

Thanks
Shashank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant