Forum Discussion
mikef
Staff
5 years agoHi Shrijith
Is there one element containing all text values, or a series of elements with different values?
If you are using OCR to extract the fulltext from an element and validating the content, you can use the CheckText method along with wildcards to check if the extracted text contains a required value. Examples here : https://support.smartbear.com/testcomplete/docs/reference/program-objects/ocrtextdocument/checktext.html
Hope this helps,
Mike
- Shrijith5 years agoNew Contributor
Himikef , Thanks for replying.
There are series of values for a particular number
Number =1 Value=12345.89
Number=2 Value=34556.76
These values change each time. So, wanted to validate the value for one of the numbers.
Wanted to check how can we do it with regular expressions using python