Class UploadLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Upload,UploadLocator>
com.vaadin.flow.component.upload.UploadLocator
All Implemented Interfaces:
Clickable<Upload>

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