Subscribe

UiPath Studio

The UiPath Studio Guide

Case-Sensitive Selectors

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.

How Case-Sensitive Selectors Work

In order to enable identification of attributes by casing, the case-sensitive() attribute needs to be included in the selector, in the tag of the target attribute:

OptionDescription
casesensitive:<attribute-name>='true'Enables you to validate a selector by also including an attribute's value casing. By default, the value of this option is set to true. If set to false, the casing of the attribute's value is not taken into account.

Updated 3 years ago

Case-Sensitive Selectors


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.