How to distinguish textbox, comboBox or calendar after using Find menthod
After i used ["NativeWebObject"]["Find"] to find and result is a object (or null), i need to distinguish that object is textbox , combobox or calendar. Please help me in this case. Thank...
There should be a property that you can use to distinguish among the found objects, for example ObjectType. Try to find the needed one by exploring objects in the Object Browser.