Regexp not found
I am looking for an Add button object, in a Keyword test, who's height can change vary 23 to 24 pixels because of Bootstrap. I'm have written this as a Code Snippet... Sys.Browser("*").Page("*").Find(["ObjectIdentifier","ObjectType","Height"],["add","Button","regexp:23|24"],200).Click(); Unfortunately TestComplete doesn't seem to recognize the regular expression and find the object. Is there more I should be doing so it can recognize the regular expression?Solved1.4KViews0likes2Comments