Class NativeLabelLocator

All Implemented Interfaces:
Clickable<NativeLabel>, HasTextFilter<NativeLabel,NativeLabelLocator>

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