Hello
I have a problem.
So I have two UI elements and automation does something for each.
Expected:
- It does something for element #1.
- It does something for element #2.
DONE.
But what happens is:
- It does something for element #1.
- It does something for element #2.
3.It does something for element #1.
4.It does something for element #2.
DONE.
Why that might be? there are only 2 UI elements on screen.