How to check if a textbox is enabled / disabled in a Jar application?

I have a java application which has textboxes. I need to check if one is enabled / disabled before proceeding with inputs. Any help?

Regards
Joice

Use get attribute and get the aastate

Check the aastate is enabled or disabled
And proceed

1 Like

Works. Thank you!

1 Like

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