Forum Discussion
Can you describe the below details, so that it will helpful to share the information across.
AUT technology- ? ex: JSwing
What type of Object you are trying to capture - ? ex: Textbox, Button
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
- shankar_r9 years agoCommunity Hero
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 >>