surbhik
3 years agoOccasional Contributor
Using wildcard in object name
The control I am testing has the followif expression in the full name
WinFormsObject("DocumentsHost", "", 2)
This number 2 is dynamic. I want to use a wild card. May be a '*'.
Can any one suggest on how I can use a wildcard instead of a number?