Case-Sensitive Selectors UiPath: Yes – Case-Sensitive option can be enable/disable, it is disabled by default .
Read moreWhich case is select sensitive in UiPath?
About Case-Sensitive Selectors When a selector is built, the Case-Sensitive property makes it possible to identify elements by also taking into consideration the casing of an attribute’s value. You can use case-sensitive along with RegEx on the same attribute .
Read moreDoes string contain case-sensitive C#?
The string. Contains() method in C# is case sensitive . And there is not StringComparison parameter available similar to Equals() method, which helps to compare case insensitive.4 Oca 2014
Read more