I have 2 edit boxes(actually calenders) with exactly the same property. except the aaname(which always changes). Am trying to directly type into the dates to the edit box but due to similar properties, UI path throws the exceptions. How do I handle this issue. I had to remove the date and time text as it will always change. But then it is not able to find the edit box.
1st editbox:
Are you able to get it to recognize one or the other successfully? Iβd think you could differentiate them simply by index value (idx=β1β or idx=β2β) to the last line of the selector if you always want the first of the second that is. Did you check all four levels of the selector in the Selector Editor to make sure they are in fact unable to be differentiated by another attribute?
It is not consistently finding any edit box or is not consistent on which edit box? If it is selecting one or the other consistently then I still think adding an index value for the first or the second edit box (depending on which you desire to interact with) should be the simplest fix. If it is failing sometimes and succeeding others then you maybe the selector is changing more than you realize or some other issue not selector related is causing it to fail.
If you are wanting help adding idx=β1β or idx=β2β to you selector. Pick whichever fits your need and add it to the last line of your pictured selector before the β/>β
The last line of the selector would be similar to: