com.vaadin.flow.component.html.testbench.

Class LabelElement

java.lang.Object
com.vaadin.testbench.TestBenchElement
com.vaadin.flow.component.html.testbench.LabelElement

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

@Deprecated(since="24.1", forRemoval=true) public class LabelElement extends TestBenchElement
Deprecated, for removal: This API element is subject to removal in a future version.
Use NativeLabelElement instead.

A TestBench element representing a <label> element.

Since:

1.0

  • Constructor Details

    • LabelElement

      public LabelElement()
      Deprecated, for removal: This API element is subject to removal in a future version.