Class ComboButton

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

public class ComboButton extends AbstractDropdownComponent<ComboButton>
Web-element wrapper for combo button. Supports clicking on button-part of the web-element.
  • Constructor Details

    • ComboButton

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

    • click

      public ComboButton click()
      Clicks on the button web-element if it is possible.
      Returns:
      this to call fluent API
    • getButtonElement

      protected com.codeborne.selenide.SelenideElement getButtonElement()