I want to use a Wildcards in for the name attribute. For example, this is my regular XPath:
name = "view:_id1:_id4:cbMain:cbChairman"
I want to replace the _id1:_id4:cbMain: reference with a wildcard because the number is dynamic. I'm looking for something like this:
name = "view:*:cbChairman"
I don't know how to solve this issue. Anyone has a suggestion?