Class HrLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Hr,HrLocator>
com.vaadin.flow.component.html.HrLocator
All Implemented Interfaces:
Clickable<Hr>

@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor") public class HrLocator extends Locator<Hr,HrLocator> implements Clickable<Hr>
Generated locator for Hr, derived from HrTester. Filter steps are inherited from Locator; action methods delegate to a fresh tester around the resolved component, so behavioral changes belong on the tester, not here.
  • Constructor Details

    • HrLocator

      public HrLocator()
    • HrLocator

      public HrLocator(Hr component)
  • Method Details