I am building an automation and I am using the seelctor shown below
<wnd app='menu.exe' ctrlname='SOPOrderDetails' aastate='focusable' />
During the process, pop-up windows can occur which require extra handling, which I have added handling by using Pick branches. During the times with pop-ups. The app state changes to the following.
<wnd app='menu.exe' ctrlname='SOPOrderDetails' aastate='unavailable, focusable' />
My problem is that my current selector still sees that aastate as valid even though it is different. How can I stop my selector from being greedy and only use windows exclusively with the focusable element and to not return a match when other aastate properties are present, like unavailable