Class ConfirmDialogLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<ConfirmDialog,ConfirmDialogLocator>
com.vaadin.flow.component.confirmdialog.ConfirmDialogLocator
All Implemented Interfaces:
Clickable<ConfirmDialog>

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