Toolbar object not identified - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Toolbar object not identified (/Thread-Toolbar-object-not-identified) |
Toolbar object not identified - excellentpawan123 - 10-29-2014 I want to click on a particular icon which is present on a toolbar. But code does not work for that particular icon only. On the other hand same code clicks on other icon successfully on same toolbar. Code: swfwindow("text:=.*").swftoolbar("text:=.*").Press 37 when i click on other icon it becomes successfully. |