Interface ButtonHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Button" form component. The Swing widget is a
JButton.
Reach this handle via ScreenHandle.button().
-
Method Details
-
getText
The button's label text. -
click
Click the button. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-