Class Dropdown


  • public class Dropdown
    extends Object
    Created by IntelliJ IDEA. User: johnsmart Date: 6/06/11 Time: 10:25 AM To change this template use File | Settings | File Templates.
    • Method Detail

      • forWebElement

        public static Dropdown forWebElement​(org.openqa.selenium.WebElement webElement)
      • select

        public void select​(String visibleLabel)
      • selectByValue

        public void selectByValue​(String value)
      • selectMultipleItems

        public void selectMultipleItems​(String... selectedLabels)
      • getSelectedOptionLabels

        public Set<String> getSelectedOptionLabels()
      • getSelectedOptionValues

        public Set<String> getSelectedOptionValues()
      • getSelectedValue

        public String getSelectedValue()
      • getSelectedLabel

        public String getSelectedLabel()