Forum Discussion
asmatullah
12 years agoContributor
Hi Jose Pita ,
I have check with following code :
Sys["Process"]("MainApp").Find("Name", "AlarmsList1", 30).Click();
But I am getting Error "You are trying to call the "Click" method or property of an object that does not exist.".
Further I tried to debug this using below code :
oMainObj = Sys["Process"]("MainApp")
oStartObj = oMainObj["Find"]("Name","AlarmsList1",30000)
and found that Inspect shows nothing (Blank) .
I have check with following code :
Sys["Process"]("MainApp").Find("Name", "AlarmsList1", 30).Click();
But I am getting Error "You are trying to call the "Click" method or property of an object that does not exist.".
Further I tried to debug this using below code :
oMainObj = Sys["Process"]("MainApp")
oStartObj = oMainObj["Find"]("Name","AlarmsList1",30000)
and found that Inspect shows nothing (Blank) .