com.vaadin.flow.component.tabs.testbench.

Class TabElement

    • Constructor Detail

      • TabElement

        public TabElement()
    • Method Detail

      • 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.