Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Object Doesn't support this action for XamComboEditor
posted

I am using the QTP 11.0 for WPF application I have installed with all required patches and QTP is able to identify the usual WPF components like WPFcombobox, WPFEdit etc. But When I am a trying to use the below action it gave me the error "Object Doesn't Support this Action"

WpfWindow("TEST Application)").XamComboEditor("Search client by name").SelectItem "Test Client"

QTP is successfully identifying the another components like 

WpfWindow("TEST Application").WpfComboBox("cboClient").Select(2)

But it is giving the error for XamComboEditor.

Please Help!!!