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.
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.
If suppose the object identified from the chrome is having a space in its property value.
Code:
Object micClass="Webelement"
Property value="Test A"
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.