Narrowing the Search Elements By Attribute Value - Exact Match
We can also search for a specific attribute name. For example, rather than searching for attributes names containing a string, we can search for attributes names equal to a string.
"o_rec_test1" > 5
Syntax reference: [Expression]
Returns the list of elements that have an attribute whose name is equal
to o_rec_test1 and whose value is greater than 5.
Note
Enclose text in double quotes, to perform an exact match.
Note
Use double quotes if your attribute name contains empty spaces or reserved characters.
"o rec_test1" > 5