10-23-2009, 08:27 PM
What he means by "regularizing" is using Regular expressions.
You link object problably has a text value of "€868.54€910.13€41.59Just".
You can change the text value to a regular expression in the OR properties area to ".*Just" which means "any text that ends with Just". Double click the text property of your object to set it to a regular expression and the value.
That way if the link is dynamically changing during your testing it will still be properly identified.
hope that helps.
You link object problably has a text value of "€868.54€910.13€41.59Just".
You can change the text value to a regular expression in the OR properties area to ".*Just" which means "any text that ends with Just". Double click the text property of your object to set it to a regular expression and the value.
That way if the link is dynamically changing during your testing it will still be properly identified.
hope that helps.