Class DefaultSeleniumMultiSelectOption

    • Method Detail

      • isSelected

        public boolean isSelected()
        Description copied from interface: Selectable
        Returns true, if the element is selected.
        Specified by:
        isSelected in interface Selectable
        Returns:
        true, if the element is selected.
      • select

        public void select()
        Description copied from interface: Selectable
        Selects the element. If the element is already selected, the call has no effect.
        Specified by:
        select in interface Selectable
      • click

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

        public java.lang.String getLabel()
        Description copied from interface: Labeled
        Returns the element's label.
        Specified by:
        getLabel in interface Labeled
        Returns:
        the label, empty String if there is no label
      • deselect

        public void deselect()
        Description copied from interface: Deselectable
        Deselects the element. If the option is already unselected, the call has no effect.
        Specified by:
        deselect in interface Deselectable
      • 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.
      • 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.