Class AnchorLocator

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

@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor") public class AnchorLocator extends Locator<Anchor,AnchorLocator> implements Clickable<Anchor>
Generated locator for Anchor, derived from AnchorTester. 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

    • AnchorLocator

      public AnchorLocator()
    • AnchorLocator

      public AnchorLocator(Anchor component)
  • Method Details