Forum Discussion
vijay6105
14 years agoContributor
Hi
Additional info says ' The object with specified attributes does not exist'.
Error log ' unable to find object WinFormsObject("Panel", "", 3) and Additional info is same as above
Additional info says ' The object with specified attributes does not exist'.
I tried to record object without namemapping when I playback it gives unable to find object. In the object browser the full name of the object and recorded object is same but still when I playback it gives error message unable to find object. Eg:
Set panel = Sys.Process("Virtual FlexPendant").WinFormsObject("VFPForm").WinFormsObject("MdiClient", "").WinFormsObject("TafUI").WinFormsObject("ClientViewPanel").WinFormsObject("TpsControl").WinFormsObject("ConPanCfg").WinFormsObject("TpsControl").WinFormsObject("Panel", "", 3)
panel.WinFormsObject("RadioButton", "Load parameters if no duplicates").ClickButton
Error log ' unable to find object WinFormsObject("Panel", "", 3) and Additional info is same as above