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)
| 104 | * @see org.openqa.selenium.WebDriver.Timeouts |
| 105 | */ |
| 106 | @Override |
| 107 | List<WebElement> findElements(By by); |
| 108 | |
| 109 | /** |
no outgoing calls