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

Method findElements

java/src/org/openqa/selenium/WebDriver.java:106–106  ·  view source on GitHub ↗

Find all elements within the current page using the given mechanism. This method is affected by the 'implicit wait' times in force at the time of execution. When implicitly waiting, this method will return as soon as there are more than 0 items in the found collection, or will return an empty list i

(By by)

Source from the content-addressed store, hash-verified

104 * @see org.openqa.selenium.WebDriver.Timeouts
105 */
106 @Override
107 List<WebElement> findElements(By by);
108
109 /**

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls