Class MessageListLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<MessageList,MessageListLocator>
com.vaadin.flow.component.messages.MessageListLocator
All Implemented Interfaces:
Clickable<MessageList>

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