I am trying to automate a desktop application, and while using object spy to capture object, I am only able to capture the main screen objects. But then there is no way to go the screen/form and capture the objects of the same which gets open as a result of some button click or menu selection on main screen. Can someone please help me on that.
Example
- Open Notepad application using Object spy
- All the objects of the home screen get displayed
- But then if you want to click on File menu and want to select Save then there is no option in object spy to capture the File menu options or to capture the Save Popup window.