Class PopoverLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Popover,PopoverLocator>
com.vaadin.flow.component.popover.PopoverLocator
All Implemented Interfaces:
Clickable<Popover>

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

    • PopoverLocator

      public PopoverLocator()
    • PopoverLocator

      public PopoverLocator(Popover component)
  • Method Details