automTest
6 years agoOccasional Contributor
Scraping data from a desktop application
Hey community,
I'm currently looking for a way on how to extract data from a table within a desktop application which doesn't really play nice with TestComplete (for now!). I'm able to extract...
- 6 years ago
Try having a look in the Object Browser while you have the executable running. You should be able to browse it's object model and have a look at whether the values you're looking for are available to TC. That's where I'd start. Once you find it you can right click and make an alias for it then address it in code as Aliases.Blah.Blah.blah.StuffImLookingFor