TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 486 forks source link

How to enter test in the combobox in teststack white framework #647

Open dkakkassery1986 opened 5 years ago

dkakkassery1986 commented 5 years ago

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