Generally for web application if we want to select an option from drown we use SelectElement method.
But in Windows application, when I tried to use SelectElement method, I got a below error:
OpenQA.Selenium.Support.UI.UnexpectedTagNameException: Element should have been select but was ControlType.ComboBox
So for windows application, How to select a item from ComboBox dropdown ?