Class NativeButtonLocator

All Implemented Interfaces:
Clickable<NativeButton>

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