Class SelectOneButton

  • All Implemented Interfaces:
    org.jboss.arquillian.graphene.GrapheneElement, org.jboss.arquillian.graphene.GrapheneElementAction, org.openqa.selenium.interactions.internal.Locatable, org.openqa.selenium.internal.WrapsElement, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement

    public abstract class SelectOneButton
    extends AbstractInputComponent
    • Constructor Detail

      • SelectOneButton

        public SelectOneButton()
    • Method Detail

      • getOptionLabels

        public List<String> getOptionLabels()
      • getSelectedLabel

        public String getSelectedLabel()
      • isSelected

        public boolean isSelected​(String label)
      • selectNext

        public void selectNext()
      • select

        public void select​(String label)
      • deselect

        public void deselect​(String label)
      • deselect

        public void deselect​(String label,
                             boolean ignoreDeselectable)
      • isUnselectable

        public boolean isUnselectable()
      • click

        protected void click​(org.openqa.selenium.WebElement element)