Forum Discussion
Fails to capture a particular string. Conversion to strings is possible only on the coordinates but on the next boot Windows in this place can stand another object.
The application is written in delphi.
Thanks in advance for the help
I maybe wrong since I'm not used to work with this type of AUT.
But the concept for some of the objects, Lets say you have Object type as Tree.
If you try to capture the Tree object, It would won't capture each and every tree item in the Tree object. It capture the Tree object and we can able to click the Tree items using the functions like ClickTreeItem().
So, the same way in your scenario try to find some functions which can help you.
- elena_sheludko9 years agoNew Contributor
thanks!
now I will try
- baxatob9 years agoCommunity Hero
Looks like it's a type of TreeView control. So you should be able to use ClickItem() method >>
- Colin_McCrae9 years agoCommunity Hero
baxatob wrote:
Looks like it's a type of TreeView control. So you should be able to use ClickItem() method >>
Nope. Not in Delphi-land! It's certainly not a traditional style TreeView. Don't think ClickItem will work for this one.
There are some tips here: https://community.smartbear.com/t5/TestComplete-Functional-Web/Delphi-VCL-Object-TStatusBar-and-TVirtualStringTree-TChart/td-p/70894
Looks like a typically horrible to work with Delphi control going by that! :smileyvery-happy: