Hi, I am working on automating a desktop app. The application has some buttons which gets only available after entering the required data. Now I want to check if a specific button is available or not based on the ‘aastate’ attribute. When this specific button is available the ‘aastate’ attribute has the value ‘focusable’ and if it’s not available the value is ‘unavailable, focusable’. Now I want my selector to search for the exact value of the ‘aastate’ attribute which is ‘focusable’. Any help highly appreciated. I know I can check the value of ‘aastate’ attribute value later on but I want to know if there exist a way of directly doing that within the selector.
Thanks in advance.