Solved
Forum Discussion
3 Replies
- Hi Pranav,
You can use TestComplete's Object Spy to catch the window and find the class name on the list of properties.
- Hi Pranav,
Try using the MSAA or UI Automation technology to recognize objects inside this dialog. For this, you need to add the dialog's class name to the Open Applications | MSAA or Open Applications | UI Automation project setting.
- pranavswaroop_gContributorThanks for the reply. Please let me know how to find the class of the dialog.