Forum Discussion

paramveer's avatar
paramveer
Contributor
13 years ago

Object Gets Highlighted in using object spy but operation not performed

Hi i m getting a problem in which i am using full name to perform action on the object. When i spy the object and check it's highlighting the object on the page. by when i use it's full name and add .setText ("abc"). it gives message object doesn't exists.



Full name : Sys.Process("RightNow.InitEngine").WinFormsObject("CrmConsole", "*").WinFormsObject("Panel", "", 1).WinFormsObject("SplitContainer", "", 1).WinFormsObject("SplitterPanel", "", 2).WinFormsObject("ConsoleContentPaneSplitContainer").WinFormsObject("SplitterPanel", "").WinFormsObject("ConsoleContentPane").WinFormsObject("consoleWatermarkPanel").WinFormsObject("LayoutObjectEditor").WinFormsObject("Table").WinFormsObject("Table").WinFormsObject("Panel").WinFormsObject("Table").WinFormsObject("Table").WinFormsObject("Incident.Subject").WinFormsObject("Incident.Subject.Content").setText("Param")



It is showing following  two webform objects are not exists.



WinFormsObject("Incident.Subject").WinFormsObject("Incident.Subject.Content")



But it is highlighting the object. Why it is happening so. what alternate can i use to perform action on object. i can't use find method as objects does't have any specific property which i can use with find method. it is only having Name property.