Lest I reinvent the wheel, I'll ask here...
I would like to create a query that checks that a given value appears in a list of values:
bool memberOf(value_to_test, list_of_values())
Is there a way to create such a thing in iTest with XPATH?
BTW, list_of_values() may return multiple instances of the same value.