I am testing a SAP GUI application and I need to find out whether a button is enabled or disabled.
I have read the MicroFocus documentation for the SapButton class, but I can't find a method like getEnabled()
, isEnabled()
or getDisabled()
or isDisabled()
.
How can I find out whether a button is enabled or disabled?