Class DefaultSeleniumButton

    • Constructor Detail

      • DefaultSeleniumButton

        public DefaultSeleniumButton()
    • 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.