This functionality is supported only if you are using the Open Agent.
Use the Locator Spy to record the locator of a specific object in your application under test. You can then copy the locator to the test case or to the Clipboard.
/Window[@caption='MyApp']//Control[@id='table1']If you have a caption Files listed in the Locator Details table, you can manually change the locator to the following:
/Window[@caption='MyApp']//Control[@caption='Files']The new locator displays in the Selected Locator text box.