Class TabElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.tabs.testbench.TabElement
All Implemented Interfaces:
CanCompareScreenshots, HasCallFunction, HasDriver, HasElementQuery, HasPropertySettersGetters, HasSearchContext, HasTestBenchCommandExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public class TabElement extends TestBenchElement
A TestBench element representing a <vaadin-tab> element.
  • Constructor Details

    • TabElement

      public TabElement()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Description copied from class: TestBenchElement
      Returns whether the Vaadin component, that this element represents, is enabled or not.
      Specified by:
      isEnabled in interface org.openqa.selenium.WebElement
      Overrides:
      isEnabled in class TestBenchElement
      Returns:
      true if the component is enabled.