Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Nicolas,
If so, you need to use a custom regular expression to find the object you need. Here is the approach you can use:
1. Use the FindAllChildren method to find all objects which match some primary criteria (for example, have the "*save*" string).
2. Enumerate the returned objects.
3. For each object, check whether the corresponding property matches a specific regular expression. To learn how to do this, please see the "Using Regular Expressions in Scripts" help topic (http://www.automatedqa.com/support/viewarticle/12096/).