Class CheckboxLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Checkbox,CheckboxLocator>
com.vaadin.flow.component.checkbox.CheckboxLocator
All Implemented Interfaces:
Clickable<Checkbox>

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