Class IntegerFieldLocator

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

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