I was going through the Object repository functionality have been using most of it in the projects, However we are finding difficulty in understanding how to use dynamic selectors using the object repository.
Lets say I have UI Library with descriptors “descriptors_Library” and Reusable library “Reusable_Library”. And i have used the “descriptors_Library” package in “Reusable_Library” Project.
Now how do i add dynamic selector in the “descriptors_Library” and how do i use it in “Reusable_Library”?
When i say dynamic selector for better understanding i mean i have link with text say random number “345” or “456” in the UI and this tends to change all the time and would not remain constant.
yes that’s correct i have tried this, However what if the person who is creating the reusable component is different from one who is using the reusable library in practice
scenario this becomes an issue as there should not be any co - relation to the library , object repository or the xaml that is using the library.
You should publish your OR so it can be used in different projects. If you need to add elements, add them first to the OR then import them into the new project.
Even though we have added variable in Descriptor, it is not working as expected.
It is always clicking on element which we have selected during spying.