Class MultiSelectListBoxLocator<V>

java.lang.Object
com.vaadin.browserless.locator.Locator<MultiSelectListBox<V>,MultiSelectListBoxLocator<V>>
com.vaadin.flow.component.listbox.MultiSelectListBoxLocator<V>
All Implemented Interfaces:
Clickable<MultiSelectListBox<V>>, HasAriaLabelFilter<MultiSelectListBox<V>,MultiSelectListBoxLocator<V>>, HasValueFilter<MultiSelectListBox<V>,Set<V>,MultiSelectListBoxLocator<V>>

@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor") public class MultiSelectListBoxLocator<V> extends Locator<MultiSelectListBox<V>,MultiSelectListBoxLocator<V>> implements Clickable<MultiSelectListBox<V>>, HasAriaLabelFilter<MultiSelectListBox<V>,MultiSelectListBoxLocator<V>>, HasValueFilter<MultiSelectListBox<V>,Set<V>,MultiSelectListBoxLocator<V>>
Generated locator for MultiSelectListBox, derived from MultiSelectListBoxTester. 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.