I have a question regarding coded ui UIMap. Every time I record an action on the same application, coded ui generates a new object for the same window in the application. It looks like: UIAdminWindow
UIAdminWindow1
UIAdminWindow2
and so on... every window class holds different buttons, even though it's the same window. Thus it's very hard to keep code maintenance. What i would like is that every time i perform actions and records on a window, even if not at the same time, the already generated class for this window, will be updated with the new controls. any suggestions to why it happens?
Thanks a lot!