Class DefaultSeleniumLink

    • Constructor Detail

      • DefaultSeleniumLink

        public DefaultSeleniumLink()
    • Method Detail

      • 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.
      • click

        public void click()
        Description copied from interface: Clickable
        Click this element.
        Specified by:
        click in interface Clickable
      • isEnabled

        public boolean isEnabled()
        Description copied from interface: Enabable
        Returns true, if the element is enabled. "enabled" means it is not disabled and not readonly.
        Specified by:
        isEnabled in interface Enabable
        Returns:
        true, if the element is enabled.
      • getText

        public java.lang.String getText()
        Description copied from interface: Link
        Returns the displayed text of the link
        Specified by:
        getText in interface Link
        Returns:
        the displayed text of the link