Excel Form Windows List object is not recognised
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excel Form Windows List object is not recognised
Hi:
I'm trying to recognize the Web List control in Excel form through Test complete. It's being recognised as Aliases.EXCEL.wndThunderDFrame.F3Server5e880000.F3Server5e8800002 and to click a checkbox within it returns the x,y co-ordinates to click it as mentioned below
Call F3Server5e8800002.Click(189, 313)
Call F3Server5e8800002.Click(190, 32)
Basically, it's list of check boxes basd on the text displayed next to it needs to be selected.
Appreciate any suggestion to make/recognize it as windows list object to identify the particular check boxes.
Thanks,
Sudhakar
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sudhakar,
Try adding the control’s class name to the MSAA or UI Automation project options. It may make TestComplete recognize the objects inside the control.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. Now, I see object spy able to identifying the objects.
