--
You received this message because you are subscribed to the Google Groups "TestStack.White" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
teststack_whi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
In that case maybe use ‘var comboBoxes = listView.AsContainer().GetMultiple(SearchCriteria.ByControlType(ControlType.ComboBox)).OfType<ComboBox>();’
Or listItem.AsContainer().Get<ComboBox>();
Let me know of that helps.
Cheers,
Jake
From: Anders Kløven [mailto:akl...@gmail.com]
Sent: Monday, March 18, 2013 7:20 PM
To: Jake Ginnivan
Subject: Re: How to get/set checkboxes in a listview control?
Hi, thanks for the feedback. I am not using a ListBox, but a ListView with the property CheckBoxes set to true.
Regards,
Anders
2013/3/16 Jake Ginnivan <Jake.G...@readify.net>
Would you be able to update the test at https://github.com/TestStack/White/blob/master/src/TestStack.White.UITests/ControlTests/CheckedListBoxTest.cs with the scenario which doesn’t work for you?
Cheers,
Jake
--