We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 515ee83 + b67905a commit 592b6f3Copy full SHA for 592b6f3
src/TestStack.White/UIItems/ListViewRow.cs
@@ -43,7 +43,8 @@ public virtual ListViewCells Cells
43
new AutomationSearchCondition(
44
new OrCondition(
45
AutomationSearchCondition.ByControlType(ControlType.Text).Condition,
46
- AutomationSearchCondition.ByControlType(ControlType.CheckBox).Condition)));
+ AutomationSearchCondition.ByControlType(ControlType.CheckBox).Condition,
47
+ AutomationSearchCondition.ByControlType(ControlType.ComboBox).Condition)));
48
return new ListViewCells(collection, actionListener, header);
49
}
50
0 commit comments