SwfToolbar and WaitProperty: how get text - 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: SwfToolbar and WaitProperty: how get text (/Thread-SwfToolbar-and-WaitProperty-how-get-text) |
SwfToolbar and WaitProperty: how get text - robertosalemi - 12-14-2015 Hi, I have a SwfToolbar. I would use the WaitProperty for execute an action when the text into changes. I use Code: SwfToolbar("statusStrip").WaitProperty "text", strToFind, 2500000 but not works. With spy the propertyName text is empty. Why? Thanks. |