Oferv
14 years agoSuper Contributor
TC can't select from drop down list
TC stop the script from running because it's unable to select value from a dropdown list.
i have a drop down list and i'm trying to simulate a click on one of the drop down values but when TC try to select the value it stop the script from running.
here is the select line code:
Aliases["MainWindow"]["HwndSource_ChooseTemplateDialog"]["ChooseTemplateDialog"]["Grid"]["ChooseType"]["ChooseTypeScroll"]["ClickItem"](Value to select);
i tried to use a name and an index as the value
any ideas why is that happening?
thanks
i have a drop down list and i'm trying to simulate a click on one of the drop down values but when TC try to select the value it stop the script from running.
here is the select line code:
Aliases["MainWindow"]["HwndSource_ChooseTemplateDialog"]["ChooseTemplateDialog"]["Grid"]["ChooseType"]["ChooseTypeScroll"]["ClickItem"](Value to select);
i tried to use a name and an index as the value
any ideas why is that happening?
thanks