Uft 12 - Identification of Google Chrome Object's Property value as plain 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: Uft 12 - Identification of Google Chrome Object's Property value as plain text (/Thread-Uft-12-Identification-of-Google-Chrome-Object-s-Property-value-as-plain-text) |
Uft 12 - Identification of Google Chrome Object's Property value as plain text - teja2730 - 02-02-2015 Hi all, I have been working in Qtp/Uft for the past 2 years. I'm facing a strange behavior when running the scripts in Uft on Google Chrome browser. If suppose the object identified from the chrome is having a space in its property value. Code: Object micClass="Webelement" The space between the words Test and A is identified as some ASCII character 160 instead of space, when I'm checking for the objects existence it was failing. Is there an option/way/possibility in UFT such that it reads the object's property value from application as plain text. |