findElements abstract method

Stream<WebElement> findElements(
  1. By by
)

Searches for multiple elements within the context.

Implementation

Stream<WebElement> findElements(By by);