findElements abstract method

List<WebElement> findElements(
  1. By by
)

Searches for multiple elements within the context.

Implementation

List<WebElement> findElements(By by);