Java Testing

How can I test whether a java button in an application is not enabled.
I would like to test whether a java button in the application is not enabled. Do I have to take up the Button to repository? The method Exist (JavaButton("Apply").Exist) returns always true. Also then if the button is enabled. If the method CheckProperty "enable",0 is used, error is produced: the property value is empty.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions