The controltype cannot have a value that is a regular expression.
UIA container objects with large numbers of elements
When spying on UIA container objects, such as lists, trees, and tables with large numbers of elements in the object, UFT may experience slow performance and unexpected behavior.
Workaround: Do one or more of the following:
- In your application, implement the ItemContainer pattern with the FindItemByProperty() method.
- Manually add additional description properties for the items in the object, such as index. These properties are not added by default.
- Use .Object methods to access items within the control.