Class UnorderedListLocator

All Implemented Interfaces:
Clickable<UnorderedList>, HasTextFilter<UnorderedList,UnorderedListLocator>

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