Objects not recognized
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010
07:21 PM
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010
08:54 PM
05-04-2010
08:54 PM
Hi Divash,
Most probably, these objects are not window objects and just drawn on the UIWnd window's canvas. You can try using one of the following features to get access to these objects: MSAA, UI Automation and Text Recognition.
To do this, please double-click the project node in the 'Project Explorer' panel, switch to the 'Properties' page and then select the corresponding option group under the 'Open Applications' section in the project editor. Add the 'UIWnd' item to the list of accepted windows and then check whether TestComplete can see individual objects within the 'UIWnd' window after this.
If this does not help, please post here an image of the 'UIWnd' window so I can see what kind of objects you want to work with.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2010
05:22 PM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2010
12:13 AM
05-07-2010
12:13 AM
Hi Divash,
Objects drawn on the canvas are not GUI objects, and it is impossible to get them in a test. The only way you can work with this image is working with it as with an image. If you need to validate it, use the Region Checkpoint. More information on this feature can be found in the 'Region Checkpoints' help topic.
If you need to perform any specific actions over drawn objects, please clarify exactly what actions you want to perform. Probably, I will be able to suggest something to you.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
