| Interface | Description |
|---|---|
| LocatorStrategy |
This interface should be implemented by all locator strategies.
|
| Class | Description |
|---|---|
| ComponentLocator |
ComponentLocator provides methods for generating a String locator for a given
DOM element and for locating a DOM element using a String locator.
|
| LegacyLocatorStrategy |
The LegacyLocatorStrategy class handles the legacy locator syntax that was
introduced in version 5.4 of the framework.
|
| LocatorUtil |
Common String manipulator utilities used in VaadinFinderLocatorStrategy and
SelectorPredicates.
|
| SelectorPredicate |
SelectorPredicates are statements about the state of different components
that VaadinFinderLocatorStrategy is finding.
|
| VaadinFinderLocatorStrategy |
The VaadinFinder locator strategy implements an XPath-like syntax for
locating elements in Vaadin applications.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.