Hi,
How does the Repository know which property to use when it comes to automatically generating an xpath?
For example: I have a Form where it has a property "controlname" and "title". When I recorded one action on that form, it created a repo starting with "/form[@controlname='New File']". But when I recorded a different action, it created a repo starting with "/form[@title~'^CandidateLast,\ CandidateF']". Eventhough it's the same form, a separate repository item was created. This makes organizing the repository difficult. Is there a way to set the default property to use?
Thanks
Patrick