While using object repository for use application browser , the selectors are getting changed to dev selectors while testing prod .
The Window selectors I have kept dynamic to work on both dev and prod.
If you need to edit window selector also you need to do it in object repo to change…if you change in activity then you would have unlinked the element
if we unlink then selectors will sit in activity rather than in object repo so any change son repo would not reflect on activity where it is unlinked…
In that case when some changes happens in the application and we change it in the obj repo library that won’t get reflected in the project, isn’t it ?