Class DefaultSeleniumLabel

    • Constructor Detail

      • DefaultSeleniumLabel

        public DefaultSeleniumLabel()
    • Method Detail

      • getText

        public java.lang.String getText()
        Description copied from interface: Label
        Returns the label's text.
        Specified by:
        getText in interface Label
        Returns:
        The text of the label.
      • isDisplayed

        public boolean isDisplayed()
        Description copied from interface: Displayable
        Returns true, if the element is displayed. "Displayed" means it has to be part of the dom and it is not hidden using css.
        Specified by:
        isDisplayed in interface Displayable
        Returns:
        true, if the element is displayed.