Find many elements. @param context A context to use to find the elements. @return A list of WebElements matching the selector.
(SearchContext context)
| 134 | * @return A list of WebElements matching the selector. |
| 135 | */ |
| 136 | public abstract List<WebElement> findElements(SearchContext context); |
| 137 | |
| 138 | protected WebDriver getWebDriver(SearchContext context) { |
| 139 | if (context instanceof WebDriver) { |