Micro Focus QTP (UFT) Forums
QTP does not recognize buttons within toolbar - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: QTP does not recognize buttons within toolbar (/Thread-QTP-does-not-recognize-buttons-within-toolbar)



QTP does not recognize buttons within toolbar - ctranqa - 04-29-2009

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.


RE: QTP does not recognize buttons within toolbar - Ankur - 04-29-2009

If you are using QTP 9.5 or above, check the newly introduced "Web Extensibility" , that may help you.


RE: QTP does not recognize buttons within toolbar - ctranqa - 04-30-2009

Can this feature also be used for Windows applications?