Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Configure "identifier" properties at runtime. #4

@dhemery

Description

@dhemery

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions