Class EmphasisLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Emphasis,EmphasisLocator>
com.vaadin.flow.component.html.EmphasisLocator
All Implemented Interfaces:
Clickable<Emphasis>

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