Adagio
6 years agoFrequent Contributor
Regular Expressions in the Checkpoint Properties
Hello ,
I'm trying to use RegEx in the checkpoint properties but I think I have syntax problems or my be not using it correctly.
Here is what I'm doing:
aqObject.CheckProperty(Aliases.browser....
- 6 years ago
Could you try:
aqObject.CheckProperty(...., cmpMatches, "A Quantity\\n\\d+\\nB Quantity\\d+\\nC Quantity\\n\\d+")