Hello Mike,
With the QTP version, when we initially developed, it was identified as below.
SwfWindow("Zorba-WorkStation").SwfToolbar("MainMenu")
But with the UFT 12.53 it is detecting as below.
SwfWindow("Global Property Workstation").SwfObject("_MDIMainForm_Toolbars_Dock_Are")
When I try highlight the SwfWindow("Zorba-WorkStation").SwfToolbar("MainMenu") , I am able to highlight the same. But I could not be able to run the script and getting the issue.
SwfWindow("Zorba-WorkStation").SwfToolbar("MainMenu").PerformToolAction tbmgrToolbar, tbmgrClick, "AppToolbar", "Save"
This is the code that I developed earlier.
But now I am getting issue that PerformToolAction method is not supported for the object.