Check app state query

Check app state activity returning true even when the button is disabled. How to do this? Thank you,

Check App State tells if an element appears or disappears on the screen. Instead, you can use Check Element, which tells if an element is enabled or disabled and returns a Boolean value.

Happy Automation!


2 Likes

@A_Learner,

Modify your selector to have css property as well to be enabled.

Use ui explorer to build selector to add UI element enabled property.

I used check attribute, it is working. But I love this check element solution. Thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.