LabelUtils API Reference
The LabelUtils class provides utility functions for interacting with label elements in Appian UIs.
Import
from robo_appian.components.LabelUtils import LabelUtils
Example Usage
# Example: Get label text
label_text = LabelUtils.get_label_text(element)