Class PreLocator

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

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

    • PreLocator

      public PreLocator()
    • PreLocator

      public PreLocator(Pre component)
  • Method Details