Forum Discussion
AlexeyKolosov
15 years agoStaff
Hi,
3. I tried ClickItem method you suggested like this
Call treeView.ClickItem("||[Data]|[ABC]") where my path hierarchy is C:\Data\ABC, but it is giving erros as "control item C not found".
Add a colon after 'C' and remove square brackets as they are not used when addressing by captions:
Call treeView.ClickItem("|C:|Data|ABC")
If this suggestion does not help, please zip your entire project suite folder along with the log of the failed test execution and send us the archive via our Contact Support form (http://www.automatedqa.com/support/message). Make sure that messages in your log correspond to the latest version of your tests. Also, please let us know the value of the ClrFullClassName property of the problematic tree control.
Related Content
- 11 years ago
- 2 years ago
Recent Discussions
- 19 hours ago
- 19 hours ago
- 5 days ago