1.

What do you mean by Selectors and Wildcards in UiPath?

Answer»

Wildcards are SYMBOLS that, similar to SQL, allow you to substitute 0/more characters in a string. They're usually employed when a selector's attributes are changing dynamically.

The following are used as wildcards:
ASTERISK (*) - can be used to replace ONE or more characters.
Question Mark (?) - A single CHARACTER is replaced by a question mark (?).
In the form of an XML fragment, selectors are used to store the characteristics of a GUI ELEMENT and its parents.



Discussion

No Comment Found