Class NumberFieldLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<NumberField,NumberFieldLocator>
com.vaadin.flow.component.textfield.NumberFieldLocator
All Implemented Interfaces:
Clickable<NumberField>

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