Interface HyperlinkLabelHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Hyperlink URL label" form component. The Swing widget is a
HyperlinkLabel that opens a URL in the user's browser when clicked.
Note: click() would launch a real browser via Util.openURL.
Reach this handle via ScreenHandle.hyperlinkLabel().
-
Method Summary
Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getText
The hyperlink's display text. -
getUrl
The configured URL string with variable substitution applied. -
click
Trigger the configured action and open the URL in the user's browser. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-