Class ComboBox

All Implemented Interfaces:
SpecificConditionHandler, ByLocator, SelenideElementWrapper<ComboBox>

public class ComboBox extends AbstractComboBox<ComboBox>
Web-element wrapper for combobox.
  • Constructor Details

    • ComboBox

      public ComboBox(org.openqa.selenium.By by)
  • Method Details

    • setValue

      public ComboBox setValue(String value)
      Selects value in the ComboBoxOverlay.
      Parameters:
      value - value to select
      Returns:
      this to call fluent API