Class TimePickerLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<TimePicker,TimePickerLocator>
com.vaadin.flow.component.timepicker.TimePickerLocator
All Implemented Interfaces:
Clickable<TimePicker>

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