You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
Allow the user to specify which property is examined by each style of identifier pattern.
The default property for #word and #"string" patterns is accessibilityIdentifier. Allow the user to associate these patterns with a different property, or perhaps with a prioritized list of properties.
Similarly, the default property for #number patterns is tag. Allow the user to specify another property, or a prioritized list of properties.
One possibility: Configure these at runtime via category methods added to the application delegate (e.g. setIgorNumericIdentifierProperty: and setIgorStringIdentifierProperty).
Another: Configure these through files in the application bundle.
Allow the user to specify which property is examined by each style of identifier pattern.
The default property for #word and #"string" patterns is
accessibilityIdentifier. Allow the user to associate these patterns with a different property, or perhaps with a prioritized list of properties.Similarly, the default property for #number patterns is
tag. Allow the user to specify another property, or a prioritized list of properties.One possibility: Configure these at runtime via category methods added to the application delegate (e.g. setIgorNumericIdentifierProperty: and setIgorStringIdentifierProperty).
Another: Configure these through files in the application bundle.