04-29-2009, 02:20 AM
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.
Thanks.
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.