Class SwitchLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Switch,SwitchLocator>
com.vaadin.flow.component.checkbox.SwitchLocator
All Implemented Interfaces:
Clickable<Switch>, HasAriaLabelFilter<Switch,SwitchLocator>, HasLabelFilter<Switch,SwitchLocator>, HasThemeFilter<Switch,SwitchLocator>, HasValueFilter<Switch,Boolean,SwitchLocator>

@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor") public class SwitchLocator extends Locator<Switch,SwitchLocator> implements Clickable<Switch>, HasLabelFilter<Switch,SwitchLocator>, HasAriaLabelFilter<Switch,SwitchLocator>, HasValueFilter<Switch,Boolean,SwitchLocator>, HasThemeFilter<Switch,SwitchLocator>
Generated locator for Switch, derived from SwitchTester. 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.
  • Constructor Details

    • SwitchLocator

      public SwitchLocator()
    • SwitchLocator

      public SwitchLocator(Switch component)
  • Method Details