Forum Discussion

arjun_ta's avatar
arjun_ta
Contributor
10 years ago

SashForm

Hi,

i have an object with the Full name 



Sys.Process("Bedrock").SWTObject("Shell", "Cerner Bedrock 1.83.0 - 1201dep - at030644").SWTObject("Composite", "", 4).SWTObject("Composite", "").SWTObject("Composite", "", 1).SWTObject("Composite", "").SWTObject("Composite", "").SWTObject("SashForm", "").SWTObject("Composite", "", 1).SWTObject("Table", "").CheckBox("PowerChart")



during the test i am trying to click on this object below is the code for the action



Sys.Process("Bedrock").SWTObject("Shell", "Cerner Bedrock 1.83.0 - 1201dep - at030644").SWTObject("Composite", "", 4).SWTObject("Composite", "").SWTObject("Composite", "", 1).SWTObject("Composite", "").SWTObject("Composite", "").SWTObject("SashForm", "").SWTObject("Composite", "", 1).SWTObject("Table", "").CheckBox("PowerChart").click



but its giving an error stating




Unable to find the object SWTObject("SashForm", ""). 



can any one please suggest the solution for this.



Thank you,

Arjun

12 Replies