Class RadioButtonGroupLocator<V>

java.lang.Object
com.vaadin.browserless.locator.Locator<RadioButtonGroup<V>,RadioButtonGroupLocator<V>>
com.vaadin.flow.component.radiobutton.RadioButtonGroupLocator<V>
All Implemented Interfaces:
Clickable<RadioButtonGroup<V>>

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