TestStack/White

How to enter test in the combobox in teststack white framework

Opened this issue · 0 comments

I have tried using
var textBox = appWindow.Get(SearchCriteria.ByText(value));
textBox.Enter(textValue);

But there is no control type like combo box.
How can i get the combox control type Thanks