I have not copied it, it's what TestComplete reads through and compare with text provided using aqobject.property()
As there are three frames inside parent frame, it's capturing some none printing character, where comparison using * did not work
Alternatively "text ends with" or "text contains" property did work but that's not what i wanted.
Hi @santi,
If "text contains" doesn't work for you, I could suggest that you consider creating a custom comparison based on regular expressions. You can easily divide the text into groups among non-printable characters and compare them. You can find more information on how to work with regular expressions in the following article:
https://support.smartbear.com/testcomplete/docs/scripting/regular-expressions.html
Thanks tanya, will try that for sure.
Subject | Author | Latest Post |
---|---|---|