Menu and submenu mapped as same object; TC does not see submenu on a run
When I recorded a script, TC mapped the "File" menu for my application as TTBPopUpWindow. I needed to access a sub-menu from the File menu, which TC also mapped as TTBPopUpWindow. Because of this, during the run, TC only sees the first menu, and when the sub-menu pops up, it doesn't see it at all. I'm not sure how to make these two separate mapped objects. I have seen another similar problem where the OP was told to use NameMapping's "Conditional mode", however, I cannot find this feature either in TC or in the TC support documentation. Another way I might be able to get around this is to use OCR to find the text I want to click on, however it is still expecting the first TTBPopUpWindow object here, as well - is there a way to have OCR look at the whole screen instead of a single object?