Interface MultilineHtmlLabelHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Multi-line HTML label" form component. The Swing widget is a
JTextPane
rendering HTML.
Reach this handle via ScreenHandle.multilineHtmlLabel().
-
Method Summary
Modifier and TypeMethodDescriptionassertTextContains(String substring) Assert that the displayed text contains the given substring.getText()The displayed text with HTML markup stripped.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getText
The displayed text with HTML markup stripped. -
assertTextContains
Assert that the displayed text contains the given substring. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-