Hi, I'm trying to retrieve DOM instances that contain a string field matching a certain regex. So far, this is what I got:
- DomInstanceExposers.FieldValues.StringField(FieldDescriptorID.Id.ToString()).Matches(".*");
But this doesn't seem to return anything even though all instances on my agent have that string field defined and contain a value. Any idea how I can achieve this?
Thomas Remmery [SLC] [DevOps Advocate] Asked question