Class EntityComboBox

All Implemented Interfaces:
HasActions<EntityComboBox>, SpecificConditionHandler, ByLocator, SelenideElementWrapper<EntityComboBox>

public class EntityComboBox extends AbstractComboBox<EntityComboBox> implements HasActions<EntityComboBox>
Web-element wrapper for entity combobox. Supports setting value.
  • Constructor Details

    • EntityComboBox

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

    • setValue

      public EntityComboBox setValue(String value)
      Selects the value in the ComboBoxOverlay. The value is usually equals to the entity instance name.
      Parameters:
      value - value to select
      Returns:
      this to call fluent API