Micro Focus QTP (UFT) Forums

Full Version: QTP does not recognize buttons within toolbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi There,

What approach would you suggest besides creating virtual objects if objects within a toolbar are not being recognized by QTP? It appears that only the toolbar is captured, all buttons within the toolbar are not recognized. Coordinates are being used instead it seems.

Code:
SwfWindow("Empower").SwfObject("_EmpowerMain_Toolbars_Dock_Area_Top").Click 80,41

Thanks.
If you are using QTP 9.5 or above, check the newly introduced "Web Extensibility" , that may help you.
Can this feature also be used for Windows applications?