Can we check in the backend whether the button is enabled or not?

Hi All,

The button seems to be enabled and when i retrieve the aastate attribute it is showing “enabled” even though the functionality is disabled? Is there any way in uipath to find out whether the button functionality is enabled or not?

Thanks :slight_smile:

Is it disabled also when you try to click that button? You can check ‘disabled’ attribute which has value as 0 or 1.

Thanks,
Rammohan B.

There might be a difference of attribute or class in while button is disabled and while enabled you will have to find that attribute and work on that. you can use uiExplorer to do so

Did the same…but i think thats an ajax call which the application developers have done in the backend. Coming to the front end there is no change in the attributes in both the states

1 Like