kpinnisettiContributor13 years agoClickItem Not workingI have a script with this: Unable to find the object ClickItem("Admin"). How do I get TC 9 to recognize this control? I read the help topic. Thanks.Show More
kpinnisettiContributor13 years ago Hi Ted, I used the following code reference to your code. But still that method is not found. Sub Test Set Dept = Aliases.PayPlanDeptDD Dept.Click Set obj = Aliases.panelSelect2Drop Set objtofind = obj.FindChild("Name","*select2_drop*") objtofind.clickitem("Admin") End Sub error - You are trying to call the "clickitem" method or property of an object that does not exist..
Recent DiscussionsTrial licenseTestcomplete issue with Java17 ( Javax Swing applications)Can not open "Mapped Objects" and "Aliases" window at the same time
Related ContentClickItem only works once per testClickItem select another Option[TestComplete JS] ClickItem() is not working for dropdown