com.vaadin.flow.component.details.testbench.

Class DetailsElement

    • Constructor Detail

      • DetailsElement

        public DetailsElement()
    • Method Detail

      • getSummaryText

        public String getSummaryText()

        Returns summary element as string

      • isOpened

        public boolean isOpened()

        Whether the details are opened or not

      • isEnabled

        public boolean isEnabled()

        Whether the component 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.

      • getSummaryWrapper

        public TestBenchElement getSummaryWrapper()

        Returns a wrapper of the summary component

      • toggle

        public void toggle()

        Expands or collapses the details