MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / findElements

Method findElements

java/src/org/openqa/selenium/By.java:136–136  ·  view source on GitHub ↗

Find many elements. @param context A context to use to find the elements. @return A list of WebElements matching the selector.

(SearchContext context)

Source from the content-addressed store, hash-verified

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) {

Callers 1

findElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected